Files
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

10 lines
214 B
TypeScript
Executable File

/**
* Configures your project to generate an app-shell during build time.
*/
export type Schema = {
/**
* The name of the project where the app-shell should be generated.
*/
project: string;
};