chore(wren-ui): add persist dir in config & ignore it (#85)

This commit is contained in:
Shimin
2024-04-08 17:06:21 +08:00
committed by GitHub
parent ea9c793694
commit ea6e1a5d21
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -70,3 +70,6 @@ next-env.d.ts
# wren-launcher
wren-launcher/dist
## temporary files
.tmp
+1 -1
View File
@@ -33,7 +33,7 @@ const defaultConfig = {
// sqlite
sqliteFile: './db.sqlite3',
persistCredentialDir: process.cwd(),
persistCredentialDir: `${process.cwd()}/.tmp`,
// wren engine
wrenEngineEndpoint: 'http://localhost:8080',