now creating dewars from spreadsheet

This commit is contained in:
GotthardG
2024-11-12 14:00:32 +01:00
parent 5e6eb40033
commit 86883133a7
14 changed files with 1284 additions and 1027 deletions

View File

@ -91,7 +91,7 @@ async function fetchAndGenerate() {
}
}
const backendDirectory = '/Users/gotthardg/PycharmProjects/heidi-v2/backend/';
const backendDirectory = '/Users/gotthardg/PycharmProjects/heidi-v2/backend/app';
console.log(`👀 Watching for changes in ${backendDirectory}`);
const watcher = chokidar.watch(backendDirectory, { persistent: true, ignored: [SCHEMA_PATH, OUTPUT_DIRECTORY] });