@junobuild/config 2.15.1-next-2026-04-11.3 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -700,16 +700,16 @@ authentication, automation, and deployment assertions.
|
|
|
700
700
|
These options affect specific modules of the Satellite and may require manual application of
|
|
701
701
|
changes, typically through CLI commands (e.g., `juno config`).
|
|
702
702
|
|
|
703
|
-
| Property | Type | Description
|
|
704
|
-
| ---------------- | ----------------------------------- |
|
|
705
|
-
| `hosting` | `HostingConfig or undefined` | Optional configuration for
|
|
706
|
-
| `storage` | `StorageConfig or undefined` | Optional configuration
|
|
707
|
-
| `datastore` | `DatastoreConfig or undefined` | Optional configuration parameters for the satellite, affecting the operational behavior of its Datastore. Changes to these parameters must be applied manually afterwards, for example with the CLI using `juno config` commands. type: {DatastoreConfig}optional
|
|
708
|
-
| `authentication` | `AuthenticationConfig or undefined` | Optional configuration parameters for the satellite, affecting the operational behavior of its Authentication. Changes to these parameters must be applied manually afterwards, for example with the CLI using `juno config` commands. type: {AuthenticationConfig}optional
|
|
709
|
-
| `automation` | `AutomationConfig or undefined` | Optional configuration parameters for the behavior of the automation. Changes to these parameters must be applied manually afterwards, for example with the CLI using `juno config` commands. type: {AutomationConfig}optional
|
|
710
|
-
| `assertions` | `SatelliteAssertions or undefined` | Optional configurations to override default assertions made by the CLI regarding satellite deployment conditions. type: {SatelliteAssertions}optional
|
|
711
|
-
| `settings` | `ModuleSettings or undefined` | Optional configuration parameters for the Satellite. These settings control various aspects of the module's behavior and resource usage. type: {ModuleSettings}optional
|
|
712
|
-
| `collections` | `Collections or undefined` | Optional configuration for the Datastore and Storage collections. type: {Collections}optional
|
|
703
|
+
| Property | Type | Description |
|
|
704
|
+
| ---------------- | ----------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
705
|
+
| `hosting` | `HostingConfig or undefined` | Optional deploy-time configuration for bundling and uploading your frontend assets to the satellite. Controls the source folder, file ignoring, compression, encoding, and pre/post deploy hooks. Runs on your machine during `juno deploy`. type: {HostingConfig}optional |
|
|
706
|
+
| `storage` | `StorageConfig or undefined` | Optional serve-time configuration for how the satellite's Storage module handles HTTP requests. Controls headers, rewrites, redirects, iframe policy, and memory limits. Changes must be applied manually afterwards, for example with `juno config apply`. type: {StorageConfig}optional |
|
|
707
|
+
| `datastore` | `DatastoreConfig or undefined` | Optional configuration parameters for the satellite, affecting the operational behavior of its Datastore. Changes to these parameters must be applied manually afterwards, for example with the CLI using `juno config` commands. type: {DatastoreConfig}optional |
|
|
708
|
+
| `authentication` | `AuthenticationConfig or undefined` | Optional configuration parameters for the satellite, affecting the operational behavior of its Authentication. Changes to these parameters must be applied manually afterwards, for example with the CLI using `juno config` commands. type: {AuthenticationConfig}optional |
|
|
709
|
+
| `automation` | `AutomationConfig or undefined` | Optional configuration parameters for the behavior of the automation. Changes to these parameters must be applied manually afterwards, for example with the CLI using `juno config` commands. type: {AutomationConfig}optional |
|
|
710
|
+
| `assertions` | `SatelliteAssertions or undefined` | Optional configurations to override default assertions made by the CLI regarding satellite deployment conditions. type: {SatelliteAssertions}optional |
|
|
711
|
+
| `settings` | `ModuleSettings or undefined` | Optional configuration parameters for the Satellite. These settings control various aspects of the module's behavior and resource usage. type: {ModuleSettings}optional |
|
|
712
|
+
| `collections` | `Collections or undefined` | Optional configuration for the Datastore and Storage collections. type: {Collections}optional |
|
|
713
713
|
|
|
714
714
|
[:link: Source](https://github.com/junobuild/juno-js/tree/main/packages/config/src/satellite/configs/satellite.config.ts#L114)
|
|
715
715
|
|
|
@@ -835,7 +835,7 @@ The configuration for running the Juno emulator.
|
|
|
835
835
|
| ----------------- | ---------------------------------------------------------------------------- |
|
|
836
836
|
| `SatelliteConfig` | `Either<SatelliteId, SatelliteIds> and CliConfig and SatelliteConfigOptions` |
|
|
837
837
|
|
|
838
|
-
[:link: Source](https://github.com/junobuild/juno-js/tree/main/packages/config/src/satellite/configs/satellite.config.ts#
|
|
838
|
+
[:link: Source](https://github.com/junobuild/juno-js/tree/main/packages/config/src/satellite/configs/satellite.config.ts#L187)
|
|
839
839
|
|
|
840
840
|
<!-- TSDOC_END -->
|
|
841
841
|
|