Skip to content
Snippets Groups Projects
Unverified Commit cf9bb997 authored by Timothy Carambat's avatar Timothy Carambat Committed by GitHub
Browse files

resolves #46 (#66)

ignore storage folder changes for nodemon
parent 74d7038a
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"node": ">=18.12.1" "node": ">=18.12.1"
}, },
"scripts": { "scripts": {
"dev": "NODE_ENV=development nodemon --ignore documents --ignore vector-cache --trace-warnings index.js", "dev": "NODE_ENV=development nodemon --ignore documents --ignore vector-cache --ignore storage --trace-warnings index.js",
"start": "NODE_ENV=production node index.js", "start": "NODE_ENV=production node index.js",
"lint": "yarn prettier --write ./endpoints ./models ./utils index.js" "lint": "yarn prettier --write ./endpoints ./models ./utils index.js"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment