mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 10:45:19 +00:00
baseUrl
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
"lint-staged": "lint-staged",
|
"lint-staged": "lint-staged",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"test": "yarn prettier:check &nexarn lint",
|
"test": "yarn prettier:check &nexarn lint",
|
||||||
"generate": "buf generate external/zitadel/proto",
|
|
||||||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
|
||||||
},
|
},
|
||||||
"git": {
|
"git": {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ plugins:
|
|||||||
- name: ts
|
- name: ts
|
||||||
strategy: all
|
strategy: all
|
||||||
path: node_modules/ts-proto/protoc-gen-ts_proto
|
path: node_modules/ts-proto/protoc-gen-ts_proto
|
||||||
out: src/server
|
out: proto/src/server
|
||||||
opt:
|
opt:
|
||||||
- esModuleInterop=true
|
- esModuleInterop=true
|
||||||
- env=node
|
- env=node
|
||||||
@@ -17,7 +17,7 @@ plugins:
|
|||||||
# out: src/app/proto/generated
|
# out: src/app/proto/generated
|
||||||
# opt: import_style=commonjs,binary
|
# opt: import_style=commonjs,binary
|
||||||
- plugin: buf.build/grpc/web
|
- plugin: buf.build/grpc/web
|
||||||
out: src/client
|
out: proto/src/client
|
||||||
opt: import_style=typescript,mode=grpcweb
|
opt: import_style=typescript,mode=grpcweb
|
||||||
# - plugin: buf.build/grpc-ecosystem/openapiv2
|
# - plugin: buf.build/grpc-ecosystem/openapiv2
|
||||||
# out: src/app/proto/generated
|
# out: src/app/proto/generated
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"extends": "@zitadel/tsconfig/react-library.json",
|
"extends": "@zitadel/tsconfig/react-library.json",
|
||||||
"include": ["."],
|
"include": ["."],
|
||||||
|
"compilerOptions": {
|
||||||
|
"baseUrl": "."
|
||||||
|
},
|
||||||
"exclude": ["dist", "build", "node_modules"]
|
"exclude": ["dist", "build", "node_modules"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user