index.ts 155 B

1234
  1. export * from './consts/preset-themes';
  2. export const themesRootPath = 'dist/themes';
  3. export const manifestPath = `${themesRootPath}/.vite/manifest.json`;