Skip to content

Commit

Permalink
feat: wrangler
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Aug 18, 2024
1 parent d1a9e48 commit d6fe4a2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# build output
dist/
# generated types
.astro/
.wrangler/

# dependencies
node_modules/
Expand Down
Binary file modified bun.lockb
Binary file not shown.
3 changes: 0 additions & 3 deletions eveeifyeve/wrangler.toml

This file was deleted.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"wrangler": "wrangler",
"deploy:preview": "bun run build && wrangler pages dev ./dist",
"deploy:prod": "bun run build && wrangler publish",
"astro": "astro"
},
"dependencies": {
Expand All @@ -20,5 +23,8 @@
"tailwind-merge": "2.5.2",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
},
"devDependencies": {
"wrangler": "^3.72.0"
}
}
3 changes: 2 additions & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
name = "site-worker"
name = "eveeifyeve"
compatibility_date = "2024-08-18"

0 comments on commit d6fe4a2

Please sign in to comment.