chore(config): 🔧 change prod listen port
This commit is contained in:
parent
af852de424
commit
11b0ecdcef
|
@ -8,7 +8,7 @@
|
|||
"build": "deno run -A dev.ts build",
|
||||
"preview": "deno run -A main.ts",
|
||||
"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": {
|
||||
"singleQuote": true,
|
||||
|
|
Loading…
Reference in a new issue