fix: update start command

This commit is contained in:
Derrick Hammer 2023-12-17 22:52:58 -05:00
parent 3b28616f63
commit 5b9bdb9c8f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"dev:css": "npm run generate:css -- --watch",
"dev:remix": "remix dev",
"generate:css": "sass styles/:app/styles/",
"start": "remix-serve build",
"start": "remix-serve ./build/index.js",
"typecheck": "tsc",
"bridge": "ts-node-esm bridge.mts"
},