Skip to content

Commit

Permalink
check for popup frontend component
Browse files Browse the repository at this point in the history
  • Loading branch information
swoopertr committed Dec 6, 2024
1 parent a53a671 commit 55e4e76
Show file tree
Hide file tree
Showing 5 changed files with 4,026 additions and 2,212 deletions.
2 changes: 1 addition & 1 deletion backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ sequelize
.catch((err) => console.log('Error: ' + err));

sequelize
.sync({ force: true })
.sync({ force: false })
.then(() => console.log("Models synced with the database..."))
.catch((err) => console.log("Error syncing models: " + err));

Expand Down
Loading

0 comments on commit 55e4e76

Please sign in to comment.