File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
packages/actor-core-cli/src/utils Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ const PLATFORMS = {
167
167
} ,
168
168
} ) ;
169
169
files [ "src/index.ts" ] = `import { createHandler } from "@actor-core/cloudflare-workers";
170
- import { app } from "./app";
170
+ import { app } from "../actors /app";
171
171
172
172
// Create handlers for Cloudflare Workers
173
173
const { handler, ActorHandler } = createHandler(app);
@@ -224,7 +224,7 @@ export { handler as default, ActorHandler };
224
224
} ) ;
225
225
226
226
files [ "src/index.ts" ] = `import { serve } from "@actor-core/bun";
227
- import { app } from "./app";
227
+ import { app } from "../actors /app";
228
228
229
229
// Start the server
230
230
serve(app);
@@ -251,7 +251,7 @@ serve(app);
251
251
} ) ;
252
252
253
253
files [ "src/index.ts" ] = `import { serve } from "@actor-core/nodejs";
254
- import { app } from "./app";
254
+ import { app } from "../actors /app";
255
255
256
256
// Start the server
257
257
serve(app);
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ __metadata:
49
49
ink-gradient : " npm:^3.0.0"
50
50
ink-link : " npm:^4.1.0"
51
51
ink-spinner : " npm:^5.0.0"
52
- joycon : " npm:^3.1.1"
53
52
micromatch : " npm:^4.0.8"
54
53
open : " npm:^10.1.0"
55
54
pkg-types : " npm:^2.0.0"
You can’t perform that action at this time.
0 commit comments