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'
|
||||
|
||||
@@ -16,7 +16,7 @@ export const Route = createRootRoute({
|
||||
content: 'width=device-width, initial-scale=1',
|
||||
},
|
||||
{
|
||||
title: 'OpenCut rewrite — beta.opencut.app',
|
||||
title: 'OpenCut rewrite | beta.opencut.app',
|
||||
},
|
||||
],
|
||||
links: [
|
||||
|
||||
Reference in New Issue
Block a user