This commit is contained in:
2026-07-15 00:38:26 +07:00
parent f5052cbe44
commit 0d4aa8a8c9
2 changed files with 755 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/",
"proto:gen": "protoc --typescript-http_out=src/api/generated --proto_path=proto api/main.proto"
"proto:gen": "protoc --typescript-http_out=src/api/generated --proto_path=proto proto/main.proto"
},
"dependencies": {
"axios": "^1.18.1",