Skip to content
Snippets Groups Projects
Verified Commit 571f43d1 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: support for nodemon

parent 28ebb235
No related branches found
No related tags found
No related merge requests found
Pipeline #1729 passed
{
"ext": "js,ts,jsx,tsx,mjs,json",
"ignore": ["dist", ".parcel-cache"],
"ignoreRoot": [".git"]
}
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
"scripts": { "scripts": {
"build": "parcel build index.html", "build": "parcel build index.html",
"dev": "parcel index.html", "dev": "parcel index.html",
"nodemon": "nodemon --exec \"parcel --no-cache index.html\"",
"pretty": "prettier --config .prettierrc \"./**/*.{ts,tsx,json}\" --write", "pretty": "prettier --config .prettierrc \"./**/*.{ts,tsx,json}\" --write",
"start": "npm run build", "start": "npm run build",
"watch": "parcel watch index.html" "watch": "parcel watch index.html"
...@@ -20,6 +21,7 @@ ...@@ -20,6 +21,7 @@
"@types/react": "^18.0.25", "@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9", "@types/react-dom": "^18.0.9",
"emukit": "^0.1.1", "emukit": "^0.1.1",
"nodemon": "^2.0.20",
"parcel": "^2.8.0", "parcel": "^2.8.0",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"process": "^0.11.10", "process": "^0.11.10",
......
frontends/web/res/icon.png

12.2 KiB

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