mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
feat: Add new web frontend
This commit is contained in:
9
infra/www.ts
Normal file
9
infra/www.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { domain } from "./dns";
|
||||
|
||||
new sst.cloudflare.x.Astro("Web", {
|
||||
domain,
|
||||
path: "packages/web",
|
||||
environment: {
|
||||
SST_STAGE: $app.stage,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user