Skip to content

Commit

Permalink
Merge pull request #52 from VampireChicken12/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
VampireChicken12 authored Oct 9, 2023
2 parents ff354b9 + c47b6c9 commit 5890c88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -389,4 +389,6 @@ $RECYCLE.BIN/
#generated manifest
public/manifest.json

releases/
releases/
yarn.lock
package-lock.json
4 changes: 2 additions & 2 deletions nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"env": {
"__DEV__": "true"
},
"watch": ["src", "utils", "vite.config.ts"],
"ext": "tsx,css,html,ts",
"watch": ["src", "utils", "vite.config.ts", "public"],
"ext": "ts,tsx,css,html",
"ignore": ["src/**/*.spec.ts"],
"exec": "vite build"
}

0 comments on commit 5890c88

Please sign in to comment.