fix: ensure a static port

This commit is contained in:
Derrick Hammer 2023-12-25 02:34:56 -05:00
parent 10b1826214
commit 37d6e172c7
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 vite:dev",
"generate:css": "sass styles/:app/styles/",
"start": "remix-serve ./build/server/index.js",
"start": "PORT=8080 remix-serve ./build/server/index.js",
"typecheck": "tsc",
"bridge": "bun run scripts/bridge.mts",
"melli-init": "bun run scripts/melli-init.mts",