UNPKG

iles

Version:

Vite & Vue powered static site generator with partial hydration

9 lines (8 loc) 215 B
//#region package.json var version = "0.10.0"; //#endregion //#region src/node/constants.ts const ILES_APP_ENTRY = "/@iles-entry"; const VERSION = version; //#endregion export { VERSION as n, ILES_APP_ENTRY as t };