Switch from create-react-app to vite

This commit is contained in:
2024-07-02 16:19:13 +02:00
parent 89fa5a57b6
commit 9f6d98770f
2 changed files with 2 additions and 1 deletions

View File

@@ -34,5 +34,5 @@ jobs:
password: ${{ secrets.SERVER_PASSWORD }}
port: ${{ secrets.SERVER_PORT }}
uploads: |
./build => /webroot/
./dist => /webroot/
delete: true

1
.gitignore vendored
View File

@@ -10,6 +10,7 @@
# production
/build
/dist
# misc
.DS_Store