chore: update deps and start command

This commit is contained in:
Andrea
2024-02-08 08:43:19 +01:00
parent 2206f02e2a
commit 99904db0a7
2 changed files with 51 additions and 48 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"build": "remix build",
"dev": "remix dev",
"start": "remix-serve build",
"start": "remix-serve ./build/index.js",
"typecheck": "tsc --noEmit --pretty --skipLibCheck"
},
"dependencies": {