Skip to content

Commit

Permalink
feat(pixas): add vite support (#6)
Browse files Browse the repository at this point in the history
* feat(pixas): add vite support

* chore: remove vscode setting
  • Loading branch information
kagawagao authored May 16, 2024
1 parent e34f438 commit 7d2fb85
Show file tree
Hide file tree
Showing 13 changed files with 984 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,4 @@ lib
# lerna
lerna-debug.log
.nx
.vscode
2 changes: 2 additions & 0 deletions examples/react-app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
build
index.html
public/config.js
2 changes: 2 additions & 0 deletions examples/vue-app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
build
index.html
public/config.js
Loading

0 comments on commit 7d2fb85

Please sign in to comment.