🚧 Add basic BASE_URL and PORT env utilisation #76

This commit is contained in:
Thomas "ajnart" Camlong
2022-05-19 02:04:48 +02:00
parent 7bc779b296
commit 9b440c0da3
2 changed files with 4 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start --port 7575",
"start": "next start",
"typecheck": "tsc --noEmit",
"export": "next build && next export",
"lint": "next lint",