mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 20:01:27 +00:00
Fix Foundry Rivet base path and frontend endpoint fallback
This commit is contained in:
parent
9a2c60bf30
commit
a8bcfa36bb
3 changed files with 24 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue