switch to vite

This commit is contained in:
Blake Blackshear
2022-03-05 22:16:31 -06:00
parent 1c9ba11e07
commit 95fe62e141
82 changed files with 4651 additions and 32812 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- run: npm install
working-directory: ./web
- name: Lint
run: npm run lint:cmd
run: npm run lint
working-directory: ./web
web_build:
@@ -44,7 +44,7 @@ jobs:
- name: Test
run: npm run test
working-directory: ./web
docker_tests_on_aarch64:
runs-on: ubuntu-latest
steps: