feat: Connect the frontend to the API (#160)

This commit is contained in:
Wanjohi
2025-01-18 07:12:47 +03:00
committed by GitHub
parent dfe37a6cec
commit f480ced756
56 changed files with 2109 additions and 743 deletions

View File

@@ -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"
// }
// })

View File

@@ -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";