We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8830ee commit 62bea6bCopy full SHA for 62bea6b
1 file changed
www/deno.json
@@ -1,8 +1,8 @@
1
{
2
"tasks": {
3
- "dev": "deno run -A --watch=static/,routes/,../src,../docs dev.ts",
+ "start": "deno run -A --watch=static/,routes/,../src,../docs dev.ts",
4
"build": "deno run -A dev.ts build",
5
- "start": "deno serve -A --parallel main.ts"
+ "preview": "deno serve -A --parallel main.ts"
6
},
7
"imports": {
8
"$ga4": "https://raw.githubusercontent.com/denoland/ga4/main/mod.ts",
0 commit comments