File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
packages/actor-core-cli/src/utils Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ const PLATFORMS = {
65
65
// ...pkgJson,
66
66
// scripts: {
67
67
// ...pkgJson.scripts,
68
- // dev: "next dev",
69
68
// build: "next build",
70
69
// start: "next start",
71
70
// },
@@ -131,7 +130,6 @@ const PLATFORMS = {
131
130
} ,
132
131
scripts : {
133
132
deploy : "wrangler deploy" ,
134
- dev : "wrangler dev --port 6420" ,
135
133
start : "wrangler dev --port 6420" ,
136
134
"cf-typegen" : "wrangler types" ,
137
135
...pkgJson . scripts ,
@@ -191,7 +189,6 @@ export { handler as default, ActorHandler };
191
189
// },
192
190
// scripts: {
193
191
// start: "deno run --allow-net src/index.ts",
194
- // dev: "deno run --allow-net --watch src/index.ts",
195
192
// ...pkgJson.scripts,
196
193
// },
197
194
// });
@@ -218,7 +215,6 @@ export { handler as default, ActorHandler };
218
215
...pkgJson . devDependencies ,
219
216
} ,
220
217
scripts : {
221
- dev : "bun run --hot src/index.ts" ,
222
218
start : "bun run src/index.ts" ,
223
219
...pkgJson . scripts ,
224
220
} ,
@@ -246,7 +242,6 @@ serve(app);
246
242
} ,
247
243
scripts : {
248
244
start : "npx tsx src/index.ts" ,
249
- dev : "npx tsx watch src/index.ts" ,
250
245
...pkgJson . scripts ,
251
246
} ,
252
247
} ) ;
You can’t perform that action at this time.
0 commit comments