Updated dev script to use 3002.

This commit is contained in:
Bailey Taylor
2025-09-23 02:55:26 +00:00
parent f0d8a26f57
commit 1498f7604b

View File

@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --hostname 0.0.0.0 --port 3000",
"dev": "next dev --hostname 0.0.0.0 --port 3002",
"dev:https": "cross-env NODE_ENV=development next dev --experimental-https --experimental-https-cert /etc/frontend/certs/dev.crt --experimental-https-key /etc/frontend/certs/dev.key --hostname 0.0.0.0 --port 3000",
"dev:custom": "cross-env NODE_ENV=development node --loader ts-node/esm server.ts",
"build": "next build",