mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 10:37:44 +00:00
test
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"docusaurus": "docusaurus",
|
"docusaurus": "docusaurus",
|
||||||
"dev": "docusaurus start --port 3003 --host 0.0.0.0",
|
"dev": "docusaurus start --port 3003 --host 0.0.0.0",
|
||||||
"build": "docusaurus build",
|
"build": "export DOCUSAURUS_PERF_LOGGER=true && docusaurus build",
|
||||||
"swizzle": "docusaurus swizzle",
|
"swizzle": "docusaurus swizzle",
|
||||||
"deploy": "docusaurus deploy",
|
"deploy": "docusaurus deploy",
|
||||||
"clear": "docusaurus clear",
|
"clear": "docusaurus clear",
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"env": {
|
"env": {
|
||||||
"NODE_OPTIONS": "--max-old-space-size=4096",
|
"NODE_OPTIONS": "--max-old-space-size=4096",
|
||||||
"DEBUG": "docusaurus:*"
|
"DOCUSAURUS_PERF_LOGGER": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user