Skip to content

Commit 3390201

Browse files
committed
Add post install command for local development
1 parent e25f4a3 commit 3390201

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/sandbox-container/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"dev": "concurrently \"tsx container/index.ts\" \"wrangler dev --var \"ENVIRONMENT:dev\"\"",
1010
"build": "docker build .",
1111
"start": "wrangler dev",
12-
"start:container": "tsx container/index.ts"
12+
"start:container": "tsx container/index.ts",
13+
"postinstall": "mkdir workdir"
1314
},
1415
"dependencies": {
1516
"@cloudflare/workers-types": "^4.20250320.0",

0 commit comments

Comments
 (0)