ci: sync
This commit is contained in:
parent
e716271466
commit
925284c6c1
20 changed files with 717 additions and 683 deletions
10
infra/desktop.ts
Normal file
10
infra/desktop.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { domain } from "./stage"
|
||||
|
||||
new sst.cloudflare.StaticSite("Desktop", {
|
||||
domain: "desktop." + domain,
|
||||
path: "packages/app",
|
||||
build: {
|
||||
command: "bun run build",
|
||||
output: "./dist",
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue