chore: rename packages/desktop -> packages/app

This commit is contained in:
Adam
2025-12-22 19:38:50 -06:00
parent e40433957b
commit 4e46d511d3
74 changed files with 78 additions and 67 deletions
+9
View File
@@ -44,3 +44,12 @@ new sst.cloudflare.x.Astro("Web", {
VITE_API_URL: api.url.apply((url) => url!),
},
})
new sst.cloudflare.StaticSite("App", {
domain: "app." + domain,
path: "packages/app",
build: {
command: "bun turbo build",
output: "./dist",
},
})
+1 -1
View File
@@ -2,7 +2,7 @@ import { domain } from "./stage"
new sst.cloudflare.StaticSite("Desktop", {
domain: "desktop." + domain,
path: "packages/desktop",
path: "packages/app",
build: {
command: "bun turbo build",
output: "./dist",