This commit is contained in:
2025-08-18 11:30:28 -05:00
parent 312b90a66e
commit 525009d881
6 changed files with 58 additions and 25 deletions
+4 -1
View File
@@ -6,9 +6,12 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"build:static": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"deploy:cf": "npm run build:static && npx wrangler deploy",
"preview:cf": "npm run build:static && npx wrangler dev"
},
"keywords": [
"blog",