development #10

Merged
luke-else merged 6 commits from development into main 2025-07-26 13:32:57 +00:00
6 changed files with 320 additions and 272 deletions
Showing only changes of commit 76af341036 - Show all commits

View File

@@ -18,6 +18,9 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
- name: Install pnpm
run: npm install -g pnpm
- name: Install Dependencies
run: npm install