mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
wip cloud
This commit is contained in:
parent
9b27d61fe8
commit
8a0e773add
3 changed files with 658 additions and 1 deletions
|
|
@ -123,7 +123,15 @@ export const console = new sst.cloudflare.x.StaticSite("Console", {
|
|||
*/
|
||||
|
||||
new sst.x.DevCommand("Solid", {
|
||||
link: [database],
|
||||
link: [
|
||||
database,
|
||||
AUTH_API_URL,
|
||||
STRIPE_WEBHOOK_SECRET,
|
||||
STRIPE_SECRET_KEY,
|
||||
ANTHROPIC_API_KEY,
|
||||
OPENAI_API_KEY,
|
||||
ZHIPU_API_KEY,
|
||||
],
|
||||
dev: {
|
||||
directory: "cloud/app",
|
||||
command: "bun dev",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue