Skip to content

Commit

Permalink
fixed sqlite import
Browse files Browse the repository at this point in the history
  • Loading branch information
imagineeeinc committed Nov 13, 2024
1 parent 50e16f1 commit ca24bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sqlite.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ if (!fs.existsSync(process.env.SQLITE3_FOLDER || "./db")) {
fs.mkdirSync(process.env.SQLITE3_FOLDER || "./db");
}

import '../server/adapters/sqlite3.init.js'
import '..src/lib/adapters/sqlite3.init.js'

0 comments on commit ca24bcd

Please sign in to comment.