You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
creating a copy of your db_build script (currently in the server's package.json) in the topmost package.json would save some time while setting up/restarting the database.
Minor quality of life upgrade for anyone installing your project 😸
{"db_build": "cd server && node database/run_build.js","test_db_build":"cd server && node database/run_build.js"}
The text was updated successfully, but these errors were encountered:
creating a copy of your db_build script (currently in the server's package.json) in the topmost package.json would save some time while setting up/restarting the database.
Minor quality of life upgrade for anyone installing your project 😸
The text was updated successfully, but these errors were encountered: