Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switching to Vite for UI Dev #924

Merged
merged 16 commits into from
Jul 5, 2022
Prev Previous commit
Next Next commit
prettier ignore
  • Loading branch information
markphelps committed Jul 2, 2022
commit 834c3d5e52d21114875adbee6b294fa6069c4b1e
3 changes: 3 additions & 0 deletions ui-next/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dist/
src/assets/
README.md
2 changes: 1 addition & 1 deletion ui-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview",
"test": "jest",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write"
"format": "prettier . --write"
},
"dependencies": {
"axios": "^0.27.2",
Expand Down