feat: Implement Gitea CI/CD release workflow, add Claude AI configuration, and correct frontend path casing.
Some checks failed
Build and Release / build-and-release (push) Failing after 26m49s
Some checks failed
Build and Release / build-and-release (push) Failing after 26m49s
This commit is contained in:
10
package.json
10
package.json
@@ -4,11 +4,11 @@
|
||||
"scripts": {
|
||||
"dev": "npx convex dev",
|
||||
"backend": "npx convex dev",
|
||||
"frontend": "cd FrontEnd/Electron && npm run dev",
|
||||
"electron": "cd FrontEnd/Electron && npm run electron:dev",
|
||||
"electron:build": "cd FrontEnd/Electron && npm run electron:build",
|
||||
"install:frontend": "cd FrontEnd/Electron && npm install",
|
||||
"install:all": "npm install && cd FrontEnd/Electron && npm install"
|
||||
"frontend": "cd Frontend/Electron && npm run dev",
|
||||
"electron": "cd Frontend/Electron && npm run electron:dev",
|
||||
"electron:build": "cd Frontend/Electron && npm run electron:build",
|
||||
"install:frontend": "cd Frontend/Electron && npm install",
|
||||
"install:all": "npm install && cd Frontend/Electron && npm install"
|
||||
},
|
||||
"dependencies": {
|
||||
"convex": "^1.31.2",
|
||||
|
||||
Reference in New Issue
Block a user