summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-06-27 10:33:06 +0200
committerYuval Adam <_@yuv.al>2025-06-27 10:33:06 +0200
commit8403930448013787bd0a986ece086f20ef6d9a57 (patch)
treede30bf80a57cd436ec22762b6ce58e1a1bf8217e
parentf0469417255674b9872480493953674965c5ba99 (diff)
Cleanup dev:wrangler which is unused anyway
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index af4c89c..17eef84 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
- "dev:wrangler": "wrangler pages dev --compatibility-date=2024-06-27 --d1=DB=astro-base-db -- astro dev",
+ "dev:wrangler": "wrangler pages dev -- astro dev",
"build": "astro build",
"preview": "wrangler pages dev dist",
"deploy": "wrangler pages deploy dist",