Move frontend into front end folder. Add build stuff to proto file. Finaly figured out the Vue bullshit.
This commit is contained in:
22
proto/package.json
Normal file
22
proto/package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "proto",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "npx protoc --ts_out=server_grpc1:./ --proto_path ./ ./*.proto"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"@types/google-protobuf": "^3.15.12",
|
||||
"grpc_tools_node_protoc_ts": "^5.3.3",
|
||||
"grpc-tools": "^1.13.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@grpc/grpc-js": "^1.13.4",
|
||||
"@protobuf-ts/plugin": "^2.11.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user