Skip to content

Commit 169b913

Browse files
committed
chore(cli): remove overriding dev script in examples (#848)
1 parent cfc0f0f commit 169b913

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/actor-core-cli/src/utils/platforms.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ const PLATFORMS = {
6565
// ...pkgJson,
6666
// scripts: {
6767
// ...pkgJson.scripts,
68-
// dev: "next dev",
6968
// build: "next build",
7069
// start: "next start",
7170
// },
@@ -131,7 +130,6 @@ const PLATFORMS = {
131130
},
132131
scripts: {
133132
deploy: "wrangler deploy",
134-
dev: "wrangler dev --port 6420",
135133
start: "wrangler dev --port 6420",
136134
"cf-typegen": "wrangler types",
137135
...pkgJson.scripts,
@@ -191,7 +189,6 @@ export { handler as default, ActorHandler };
191189
// },
192190
// scripts: {
193191
// start: "deno run --allow-net src/index.ts",
194-
// dev: "deno run --allow-net --watch src/index.ts",
195192
// ...pkgJson.scripts,
196193
// },
197194
// });
@@ -218,7 +215,6 @@ export { handler as default, ActorHandler };
218215
...pkgJson.devDependencies,
219216
},
220217
scripts: {
221-
dev: "bun run --hot src/index.ts",
222218
start: "bun run src/index.ts",
223219
...pkgJson.scripts,
224220
},
@@ -246,7 +242,6 @@ serve(app);
246242
},
247243
scripts: {
248244
start: "npx tsx src/index.ts",
249-
dev: "npx tsx watch src/index.ts",
250245
...pkgJson.scripts,
251246
},
252247
});

0 commit comments

Comments
 (0)