make sure the DB is initiated
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good
This commit is contained in:
@@ -39,4 +39,4 @@ export const API_ROUTES = {
|
||||
USER: (userId: string) => `/api/users/${userId}`
|
||||
};
|
||||
|
||||
export const DB_FULLPATH = dev ? './src/lib/data/tatort.db' : '/daten/tatort.db'
|
||||
export const DB_FULLPATH = dev ? './src/lib/data/tatort.db' : '/daten/tatort.db';
|
||||
Reference in New Issue
Block a user