Settings
- class alliance_platform.codegen.settings.AlliancePlatformCodegenSettingsType[source]
- JS_ROOT_DIR: Path | str | None[source]
Root directory for frontend code. When imports are defined as a
Paththey will be resolved relative to this directory. Defaults to “CORE.PROJECT_DIR”.
- TEMP_DIR: Path | str | None[source]
The directory to use for temporary files. If not set, the default provided by
NamedTemporaryFile.