Skip to content

Commit 458f557

Browse files
committed
fix: fix database path in .env.sample for dev demo setup
1 parent 7013a2e commit 458f557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-demo/.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ HEAVY_DEBUG=
77
HEAVY_DEBUG_QUERY=
88
PORT=3000
99

10-
DATABASE_FILE=./db.sqlite
10+
DATABASE_FILE=./.db.sqlite
1111
DATABASE_FILE_URL=file:${DATABASE_FILE}

0 commit comments

Comments
 (0)