Module perseus::stores::immutable

source ·
Expand description

Utilities for working with immutable stores.

Structs

  • An immutable storage system used by Perseus’ engine to store build artifacts and the like, which will then be used by the server or the export process. By default, this is set to a path inside the dist/ folder at the root of your project, which you should only change if you have special requirements, as the CLI expects the default paths to be used, with no option for customization yet.