Fix Foundry Rivet base path and frontend endpoint fallback

This commit is contained in:
Nathan Flurry 2026-03-12 20:31:49 -07:00
parent 9a2c60bf30
commit a8bcfa36bb
3 changed files with 24 additions and 2 deletions

View file

@ -9,6 +9,9 @@ import { sandboxInstance } from "./sandbox-instance/index.js";
import { workspace } from "./workspace/index.js";
export const registry = setup({
serverless: {
basePath: "/v1/rivet",
},
use: {
workspace,
project,