Skip to content

Commit c6763b1

Browse files
fix: add .wranglerignore to resolve Cloudflare Workers payload size failure
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 8f6b609 commit c6763b1

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.wranglerignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
scripts/
2+
contracts/
3+
docker/
4+
docs/
5+
node_modules/
6+
genesis-q-mem/
7+
yennefer-observatory/
8+
logs/
9+
.git/
10+
.env*
11+
ecosystem.*.config.cjs
12+
!package.json
13+
!package-lock.json
14+
!wrangler.toml

0 commit comments

Comments
 (0)