Skip to content

Commit

Permalink
poe: watch dirs, bring yarn start back
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Nov 20, 2024
1 parent 8a40267 commit 46b1b32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "PasteOfExile",
"version": "1.0.0",
"scripts": {
"start": "wrangler dev",
"build:css": "tailwindcss -i app/tailwind.css -o app/dist/.stage/styles.css --minify",
"tailwindcss": "tailwindcss"
},
Expand Down
9 changes: 9 additions & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ compatibility_date = "2024-11-20"

[build]
command = "./build.sh --dev"
watch_dir = [
"app/src",
"worker/src",
"pob/src",
"shared/src",
"poe-data/src",
"poe-data/build",
"worker-sentry/src",
]

[[r2_buckets]]
binding = 'STORAGE_BUCKET'
Expand Down

0 comments on commit 46b1b32

Please sign in to comment.