Skip to content

Commit cd7d1e3

Browse files
committed
chore: adds logs command
1 parent e0ee310 commit cd7d1e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"preview": "nuxt preview",
99
"migrate": "drizzle-kit generate:sqlite",
1010
"lint": "eslint .",
11-
"postinstall": "nuxt prepare"
11+
"postinstall": "nuxt prepare",
12+
"logs": "wrangler pages deployment tail"
1213
},
1314
"dependencies": {
1415
"@cloudflare/workers-types": "^4.20240117.0",

0 commit comments

Comments
 (0)