mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 03:19:51 +03:00
db3fb0bf2e
Cherry-pick #16430 to version-2025.8 (with conflicts)
This cherry-pick has conflicts that need manual resolution.
Original PR: #16430
Original commit: 6d81aea5aa
Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
25 lines
457 B
TOML
25 lines
457 B
TOML
[[plugins]]
|
|
package = "netlify-plugin-cache"
|
|
|
|
[plugins.inputs]
|
|
paths = [".docusaurus", ".cache", 'node_modules/.cache']
|
|
|
|
[[plugins]]
|
|
package = "netlify-plugin-debug-cache"
|
|
|
|
[build]
|
|
base = "website"
|
|
package = "docs"
|
|
command = "npm run build -w docs"
|
|
publish = "docs/build"
|
|
|
|
[dev]
|
|
command = "npm start"
|
|
targetPort = 3000
|
|
|
|
[context.production.environment]
|
|
NODE_ENV = "production"
|
|
|
|
[context.dev.environment]
|
|
NODE_ENV = "development"
|