This commit is contained in:
2026-03-05 21:10:56 +03:00
parent b7bbef47eb
commit a946fabb7e
7 changed files with 17164 additions and 2 deletions

View File

@@ -5,8 +5,7 @@
"private": true,
"scripts": {
"dev": "bun --watch ./src/index.ts",
"proto": "protoc --plugin=node_modules/.bin/protoc-gen-ts_proto --ts_proto_opt=esModuleInterop=true --ts_proto_out=./src/grpc/types -I ./proto/ ./proto/*.proto",
"test": "protoc --plugin=node_modules/.bin/protoc-gen-ts_proto --ts_proto_opt=esModuleInterop=true --ts_proto_out=./src/grpc/types -I ./proto/ ./proto/*.proto"
"proto": "protoc --plugin=node_modules/.bin/protoc-gen-ts_proto --ts_proto_opt=esModuleInterop=true --ts_proto_opt=outputServices=grpc-js --ts_proto_opt=env=node --ts_proto_out=./src/generated -I ./proto/ ./proto/*.proto"
},
"devDependencies": {
"@types/bcrypt": "^6.0.0",