Skip to content

Commit 3e6500c

Browse files
committed
migration
Signed-off-by: Hubert Zub <hubert.zub@databricks.com>
1 parent 154664e commit 3e6500c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
env:
2+
- name: DATABRICKS_MODEL
3+
valueFrom: serving-endpoint

integrations/appkit-agent/playground/default-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"scripts": {
66
"dev": "tsx watch --env-file=.env server/index.ts",
7-
"start": "node --env-file=.env server/index.ts"
7+
"start": "tsx server/index.ts"
88
},
99
"dependencies": {
1010
"@databricks/appkit": "^0.21.0",

integrations/appkit-agent/playground/default-ui/server/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ await createApp({
1313
backend: "agent",
1414
// Uncomment this to use a local PostgreSQL database for persistence
1515
// pool: new pg.Pool({ connectionString: "postgres://user@localhost:5432/database" }),
16+
// autoMigrate: true
1617
}),
1718
],
1819
});

0 commit comments

Comments
 (0)