chore: downgrade vite to v5

This commit is contained in:
Maulana Sodiqin
2025-04-07 20:50:10 +07:00
parent 0709c3a2bd
commit b1a53df4a9
3 changed files with 905 additions and 46 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
- name: Install dependencies
run: npm install --legacy-peer-deps
run: npm install
- name: Nx Build
run: npx nx run-many --target=build --all