mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
feat(desktop): scaffold desktop app
Co-authored-by: Maze <mazeincoding@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ tasks:
|
||||
dev:
|
||||
command: 'bun run dev'
|
||||
options:
|
||||
runInCI: false # dev server — skipped in CI, never cached
|
||||
runInCI: false # dev server: skipped in CI, never cached
|
||||
|
||||
build:
|
||||
command: 'bun run build'
|
||||
|
||||
@@ -11,5 +11,5 @@ export default new Elysia({ adapter: CloudflareAdapter })
|
||||
body: t.Object({ message: t.String() }),
|
||||
}
|
||||
)
|
||||
// .compile() is required — it triggers AoT compilation at startup
|
||||
// .compile() is required, it triggers AoT compilation at startup
|
||||
.compile();
|
||||
|
||||
Reference in New Issue
Block a user