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