Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
derrrobin committed Jun 13, 2024
1 parent 4c0f5f5 commit 2c7c5d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified Cookpit.db
Binary file not shown.
6 changes: 3 additions & 3 deletions server/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ app.listen(PORT, () => {
console.log(`Server listening on ${PORT}`);
});

let createdatabase = false;
let createdatabase = true;
if (createdatabase === true) {
const databasecreate = require("./Database/db-create.cjs");
databasecreate(app);
}


//Database init
const database = require("./database.cjs");
database(app);
//const database = require("./database.cjs");
//database(app);

0 comments on commit 2c7c5d1

Please sign in to comment.