chore: app -> desktop

This commit is contained in:
Adam 2025-10-03 09:04:28 -05:00
commit 3fa280d218
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
1143 changed files with 50 additions and 50 deletions

View file

@ -2,7 +2,7 @@ import { domain } from "./stage"
new sst.cloudflare.StaticSite("Desktop", {
domain: "desktop." + domain,
path: "packages/app",
path: "packages/desktop",
build: {
command: "bun turbo build",
output: "./dist",