mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 13:19:21 +00:00
wip
This commit is contained in:
@@ -28,6 +28,16 @@
|
||||
"generate"
|
||||
]
|
||||
},
|
||||
"lint": {
|
||||
"dependsOn": [
|
||||
"generate"
|
||||
]
|
||||
},
|
||||
"lint:fix": {
|
||||
"dependsOn": [
|
||||
"generate"
|
||||
]
|
||||
},
|
||||
"docker:build": {
|
||||
"dependsOn": [
|
||||
"build"
|
||||
|
@@ -2,9 +2,8 @@
|
||||
"packageManager": "pnpm@9.1.2+sha256.19c17528f9ca20bd442e4ca42f00f1b9808a9cb419383cd04ba32ef19322aba7",
|
||||
"name": "@zitadel/login",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "next dev --port 3002 --host 0.0.0.0",
|
||||
"dev": "next dev -p 3002 -H 0.0.0.0",
|
||||
"build": "next build",
|
||||
"build:login:standalone": "NEXT_PUBLIC_BASE_PATH=/ui/v2/login NEXT_OUTPUT_MODE=standalone next build",
|
||||
"start": "next start",
|
||||
|
34
nx.json
34
nx.json
@@ -1,27 +1,31 @@
|
||||
{
|
||||
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
||||
"release": {
|
||||
"releaseTagPattern": "release/{projectName}/{version}",
|
||||
"groups": {
|
||||
"test": {
|
||||
"projects": [
|
||||
"projects": [
|
||||
"@zitadel/login",
|
||||
"@zitadel/console",
|
||||
"@zitadel/api"
|
||||
"@zitadel/api",
|
||||
"@zitadel/docs"
|
||||
],
|
||||
"projectsRelationship": "fixed",
|
||||
"docker": {
|
||||
"skipVersionActions": true,
|
||||
"registryUrl": "ghcr.io",
|
||||
"groupPreVersionCommand": "echo BEFORE VERSIONING"
|
||||
},
|
||||
"changelog": {
|
||||
"projectChangelogs": true
|
||||
}
|
||||
"changelog": {
|
||||
"workspaceChangelog": {
|
||||
"createRelease": "github"
|
||||
}
|
||||
},
|
||||
"projectsRelationship": "fixed",
|
||||
"version": {
|
||||
"conventionalCommits": true
|
||||
"conventionalCommits": true,
|
||||
"fallbackCurrentVersionResolver": "disk"
|
||||
},
|
||||
"releaseTagPattern": "v{version}",
|
||||
"docker": {
|
||||
"skipVersionActions": true,
|
||||
"registryUrl": "ghcr.io",
|
||||
"groupPreVersionCommand": "echo BEFORE VERSIONING"
|
||||
},
|
||||
"dockerVersionScheme": {
|
||||
"production": "{currentDate|YYMM.DD}.{shortCommitSha}",
|
||||
"staging": "{currentDate|YYMM.DD}-staging.{shortCommitSha}"
|
||||
}
|
||||
},
|
||||
"namedInputs": {
|
||||
|
1307
pnpm-lock.yaml
generated
1307
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user