Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions packages/actor-core-cli/src/utils/platforms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const PLATFORMS = {
// ...pkgJson,
// scripts: {
// ...pkgJson.scripts,
// dev: "next dev",
// build: "next build",
// start: "next start",
// },
Expand Down Expand Up @@ -131,7 +130,6 @@ const PLATFORMS = {
},
scripts: {
deploy: "wrangler deploy",
dev: "wrangler dev --port 6420",
start: "wrangler dev --port 6420",
"cf-typegen": "wrangler types",
...pkgJson.scripts,
Expand Down Expand Up @@ -191,7 +189,6 @@ export { handler as default, ActorHandler };
// },
// scripts: {
// start: "deno run --allow-net src/index.ts",
// dev: "deno run --allow-net --watch src/index.ts",
// ...pkgJson.scripts,
// },
// });
Expand All @@ -218,7 +215,6 @@ export { handler as default, ActorHandler };
...pkgJson.devDependencies,
},
scripts: {
dev: "bun run --hot src/index.ts",
start: "bun run src/index.ts",
...pkgJson.scripts,
},
Expand Down Expand Up @@ -246,7 +242,6 @@ serve(app);
},
scripts: {
start: "npx tsx src/index.ts",
dev: "npx tsx watch src/index.ts",
...pkgJson.scripts,
},
});
Expand Down
Loading