chore: rename packages/desktop -> packages/app
This commit is contained in:
parent
4ccd407259
commit
992327a05d
74 changed files with 78 additions and 67 deletions
|
|
@ -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",
|
||||
},
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue