This commit is contained in:
2026-07-15 00:37:35 +07:00
parent 0f205bf7d4
commit f5052cbe44
14 changed files with 1 additions and 20092 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/",
"proto:gen": "protoc --plugin=protoc-gen-ts_proto=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=src/api/generated --ts_proto_opt=outputEncodeMethods=true,outputDecodeMethods=true,outputClientImpl=false,esModuleInterop=true,useExactTypes=false,addGrpcMetadata=false,useOptionals=all --proto_path=proto proto/main.proto"
"proto:gen": "protoc --typescript-http_out=src/api/generated --proto_path=proto api/main.proto"
},
"dependencies": {
"axios": "^1.18.1",