feat: Add Docker support and fix build issues
This commit is contained in:
parent
c6ce63b6fa
commit
c16dc1d694
3 changed files with 68 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { ENCRYPTION_KEY } from "./config";
|
|||
import { browser } from "$app/environment";
|
||||
|
||||
const db = browser ? null : createClient({
|
||||
url: "file:portal-btc.db",
|
||||
url: "file:/data/portal-btc.db",
|
||||
encryptionKey: ENCRYPTION_KEY,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue