Skip to content

Commit

Permalink
Fix issue with unstable_dev failing due to wrangler upgrade
Browse files Browse the repository at this point in the history
AdiRishi committed Jan 2, 2024
1 parent dd984a1 commit 9cf4b74
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
@@ -14,7 +14,6 @@ describe('remote-cache worker', () => {
beforeAll(async () => {
worker = await unstable_dev('src/index.ts', {
ip: '0.0.0.0',
port: 8787,
experimental: { disableExperimentalWarning: true },
});
workerEnv = getMiniflareBindings();
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "turborepo-remote-cache"
main = "src/index.ts"
compatibility_date = "2023-04-03"
compatibility_date = "2024-01-01"
usage_model = 'bundled'

[vars]

0 comments on commit 9cf4b74

Please sign in to comment.