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:
7
packages/web/config.mjs
Normal file
7
packages/web/config.mjs
Normal file
@@ -0,0 +1,7 @@
|
||||
const stage = process.env.SST_STAGE || "dev";
|
||||
|
||||
export default {
|
||||
url: stage === "production"
|
||||
? "nestri.io"
|
||||
: `https://${stage}.nestri.io`
|
||||
}
|
||||
Reference in New Issue
Block a user