We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25f4a3 commit 3390201Copy full SHA for 3390201
apps/sandbox-container/package.json
@@ -9,7 +9,8 @@
9
"dev": "concurrently \"tsx container/index.ts\" \"wrangler dev --var \"ENVIRONMENT:dev\"\"",
10
"build": "docker build .",
11
"start": "wrangler dev",
12
- "start:container": "tsx container/index.ts"
+ "start:container": "tsx container/index.ts",
13
+ "postinstall": "mkdir workdir"
14
},
15
"dependencies": {
16
"@cloudflare/workers-types": "^4.20250320.0",
0 commit comments