Compare commits
1 commit
bb7a6e2f63
...
05b8335248
| Author | SHA1 | Date | |
|---|---|---|---|
| 05b8335248 |
4 changed files with 4321 additions and 0 deletions
|
|
@ -54,6 +54,8 @@ jobs:
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
cache: "npm"
|
||||||
|
cache-dependency-path: 'frontend/package-lock.json'
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
.claude/settings.local.json
|
.claude/settings.local.json
|
||||||
|
target/
|
||||||
|
|
|
||||||
4315
Cargo.lock
generated
Normal file
4315
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
3
Cargo.toml
Normal file
3
Cargo.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[workspace]
|
||||||
|
resolver = "3"
|
||||||
|
members = ["backend"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue