mirror of
https://github.com/Canner/WrenAI.git
synced 2026-09-21 13:20:21 +08:00
chore(wren-ui): add persist dir in config & ignore it (#85)
This commit is contained in:
@@ -70,3 +70,6 @@ next-env.d.ts
|
||||
|
||||
# wren-launcher
|
||||
wren-launcher/dist
|
||||
|
||||
## temporary files
|
||||
.tmp
|
||||
|
||||
@@ -33,7 +33,7 @@ const defaultConfig = {
|
||||
// sqlite
|
||||
sqliteFile: './db.sqlite3',
|
||||
|
||||
persistCredentialDir: process.cwd(),
|
||||
persistCredentialDir: `${process.cwd()}/.tmp`,
|
||||
|
||||
// wren engine
|
||||
wrenEngineEndpoint: 'http://localhost:8080',
|
||||
|
||||
Reference in New Issue
Block a user