test persistent storage
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit

This commit is contained in:
2025-10-13 12:44:48 +02:00
parent 0ec9692db3
commit 76c2e26e8c
3 changed files with 7 additions and 2 deletions

View File

@@ -36,3 +36,6 @@ export const API_ROUTES = {
USERS: '/api/users',
USER: (userId: string) => `/api/users/${userId}`
};
// './src/lib/data/tatort.db'
export const DB_FULLPATH = '/daten/tatort.db'