70bf21e064
Deploy (to testing) and Test Playground Preview Worker / Deploy Playground Preview Worker (testing) (push) Has been skipped
Deploy Workers Shared Staging / Deploy Workers Shared Staging (push) Failing after 0s
Prerelease / build (push) Has been skipped
Handle Changesets / Handle Changesets (push) Has been cancelled
Semgrep OSS scan / semgrep-oss (push) Has been cancelled
32 lines
1.4 KiB
JSON
32 lines
1.4 KiB
JSON
{
|
|
"name": "@playground/multi-worker",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build:custom-build-app": "vite build -c ./vite.config.custom-build-app.ts",
|
|
"build:custom-output-directories": "vite build -c ./vite.config.custom-output-directories.ts",
|
|
"build:customize-config": "vite build -c ./vite.config.customize-config.ts",
|
|
"build:default": "vite build",
|
|
"build:dev-only-auxiliary": "vite build -c ./vite.config.dev-only-auxiliary.ts",
|
|
"build:no-config-file": "vite build -c ./vite.config.no-config-file.ts",
|
|
"build:with-worker-configs-warning": "vite build -c vite.config.with-worker-configs-warning.ts",
|
|
"check:type": "tsc --build",
|
|
"dev": "vite dev",
|
|
"dev:custom-build-app": "vite dev -c ./vite.config.custom-build-app.ts",
|
|
"dev:custom-output-directories": "vite dev -c ./vite.config.custom-output-directories.ts",
|
|
"dev:customize-config": "vite dev -c ./vite.config.customize-config.ts",
|
|
"dev:dev-only-auxiliary": "vite dev -c ./vite.config.dev-only-auxiliary.ts",
|
|
"dev:no-config-file": "vite dev -c ./vite.config.no-config-file.ts",
|
|
"dev:with-worker-configs-warning": "vite dev -c vite.config.with-worker-configs-warning.ts",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/vite-plugin": "workspace:*",
|
|
"@cloudflare/workers-tsconfig": "workspace:*",
|
|
"@cloudflare/workers-types": "catalog:default",
|
|
"typescript": "catalog:default",
|
|
"vite": "catalog:default",
|
|
"wrangler": "workspace:*"
|
|
}
|
|
}
|