mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
⭐ feat: Connect the frontend to the API (#160)
This commit is contained in:
10
infra/cli.ts
10
infra/cli.ts
@@ -1,10 +0,0 @@
|
||||
import { auth, urls } from "./api"
|
||||
|
||||
|
||||
// export const cmd = new sst.x.DevCommand("Cmd", {
|
||||
// link: [urls, auth],
|
||||
// dev: {
|
||||
// autostart: true,
|
||||
// command: "cd packages/cmd && go run main.go"
|
||||
// }
|
||||
// })
|
||||
@@ -1,6 +1,6 @@
|
||||
export const domain =
|
||||
{
|
||||
production: "prod.nestri.io", //temporary use until we go into the real production
|
||||
production: "nestri.io",
|
||||
dev: "dev.nestri.io",
|
||||
}[$app.stage] || $app.stage + ".dev.nestri.io";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user