Compare commits

..

1 commit

Author SHA1 Message Date
bb7a6e2f63 Forgejo Action: Run npm and cargo commands in the CI.
All checks were successful
Check / Backend (pull_request) Successful in 11m23s
Check / Frontend (pull_request) Successful in 1m59s
2025-09-27 00:06:03 -07:00
4 changed files with 0 additions and 4321 deletions

View file

@ -54,8 +54,6 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
cache: "npm"
cache-dependency-path: 'frontend/package-lock.json'
node-version: '20'
- name: Install dependencies

1
.gitignore vendored
View file

@ -1,2 +1 @@
.claude/settings.local.json
target/

4315
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,3 +0,0 @@
[workspace]
resolver = "3"
members = ["backend"]