chore: rename task prod
to serve
This commit is contained in:
parent
586ff4fd42
commit
5c358f9019
|
@ -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=6060 && deno task preview"
|
||||
"serve": "deno task build && export PORT=6060 && deno task preview"
|
||||
},
|
||||
"fmt": {
|
||||
"singleQuote": true,
|
||||
|
|
Loading…
Reference in a new issue