add-ergo-role #1143

Merged
philipp merged 81 commits from add-ergo-role into main 2025-10-07 16:53:09 +02:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 6e418b6f2f - Show all commits

View File

@@ -17,6 +17,9 @@ jobs:
- name: Run Test DB Script
run: ./test_db.sh
- name: Test
run: npm --version
- name: Cache Cargo dependencies
uses: Swatinem/rust-cache@v2

View File

@@ -16,7 +16,7 @@
"postcss": "^8.4.21",
"sass": "^1.60.0",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.5",
"typescript": "^5.9.3",
"vite": "^4.2.0",
"vite-plugin-static-copy": "^0.13.1"
},