Master #39

Merged
shiran merged 5 commits from master into deploy 2026-09-14 10:49:56 +08:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit dda0d0e491 - Show all commits
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Install pnpm
run: |
npm install -g pnpm
npm install -g pnpm@8.15.5
- name: Install dependencies
run: |
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Install pnpm
run: |
npm install -g pnpm
npm install -g pnpm@8.15.5
- name: Install dependencies
run: |
+1
View File
@@ -2,6 +2,7 @@
"name": "007ui",
"private": true,
"version": "0.1.0",
"packageManager": "pnpm@8.15.5",
"type": "module",
"scripts": {
"dev": "vite",