chore(config): 🔧 change prod listen port

This commit is contained in:
Julien Oculi 2024-05-28 16:15:26 +02:00
parent af852de424
commit 11b0ecdcef

View file

@ -8,7 +8,7 @@
"build": "deno run -A dev.ts build", "build": "deno run -A dev.ts build",
"preview": "deno run -A main.ts", "preview": "deno run -A main.ts",
"update": "deno run -A -r https://fresh.deno.dev/update .", "update": "deno run -A -r https://fresh.deno.dev/update .",
"prod": "deno task build && export PORT=80 && deno task preview" "prod": "deno task build && export PORT=6060 && deno task preview"
}, },
"fmt": { "fmt": {
"singleQuote": true, "singleQuote": true,