web/NPM Workspaces: TypeScript API Client TSConfig.#14555
Conversation
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
8105696 to
b9559f0
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #14555 +/- ##
==========================================
- Coverage 92.70% 92.70% -0.01%
==========================================
Files 814 814
Lines 41881 41881
==========================================
- Hits 38826 38825 -1
- Misses 3055 3056 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-42ebfef5c956055d819f018d41377b133b13ab9f
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-42ebfef5c956055d819f018d41377b133b13ab9fAfterwards, run the upgrade commands from the latest release notes. |
b9559f0 to
d71ed28
Compare
d71ed28 to
42ebfef
Compare
| "$schema": "https://json.schemastore.org/tsconfig", | ||
| "extends": "./tsconfig.json", | ||
| "compilerOptions": { | ||
| "outDir": "dist/esm", |
There was a problem hiding this comment.
Defined by OpenAPI's generator.
Details
This PR adds tsconfig.json template that is compatible with NPM workspaces and TypeScript project references.
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make website)