schema.d.ts 214 B

123456789
  1. /**
  2. * Configures your project to generate an app-shell during build time.
  3. */
  4. export type Schema = {
  5. /**
  6. * The name of the project where the app-shell should be generated.
  7. */
  8. project: string;
  9. };