mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 12:37:39 +00:00
fix readme and ts compiler
This commit is contained in:
@@ -39,7 +39,7 @@ Generated files:
|
||||
To generate proto files:
|
||||
|
||||
```bash
|
||||
pnpm run generate
|
||||
pnpm turbo generate --filter=./console
|
||||
```
|
||||
|
||||
This automatically runs both generations in the correct order via Turbo dependencies.
|
||||
@@ -49,7 +49,7 @@ This automatically runs both generations in the correct order via Turbo dependen
|
||||
To start the development server:
|
||||
|
||||
```bash
|
||||
pnpm start
|
||||
pnpm turbo start --filter=./console
|
||||
```
|
||||
|
||||
This will:
|
||||
@@ -62,7 +62,7 @@ This will:
|
||||
To build for production:
|
||||
|
||||
```bash
|
||||
pnpm run build
|
||||
pnpm turbo build --filter=./console
|
||||
```
|
||||
|
||||
This will:
|
||||
@@ -75,13 +75,13 @@ This will:
|
||||
To run linting and formatting checks:
|
||||
|
||||
```bash
|
||||
pnpm run lint
|
||||
pnpm turbo lint --filter=./console
|
||||
```
|
||||
|
||||
To auto-fix formatting issues:
|
||||
|
||||
```bash
|
||||
pnpm run lint:fix
|
||||
pnpm turbo lint:fix --filter=./console
|
||||
```
|
||||
|
||||
## Project Structure
|
||||
|
@@ -24,7 +24,6 @@
|
||||
"useDefineForClassFields": false,
|
||||
"lib": ["ES2022", "dom"],
|
||||
"paths": {
|
||||
"@tanstack/angular-query-experimental": ["./node_modules/@tanstack/angular-query-experimental/build/index.d.ts"],
|
||||
"@ng-icons/core": ["./node_modules/@ng-icons/core"],
|
||||
"@ng-icons/heroicons/outline": ["./node_modules/@ng-icons/heroicons/outline"],
|
||||
"@ng-icons/heroicons/solid": ["./node_modules/@ng-icons/heroicons/solid"]
|
||||
|
Reference in New Issue
Block a user