UNPKG

vite-plugin-vanjs

Version:

An async first mini meta-framework for VanJS powered by Vite

5 lines (4 loc) 138 B
// router/routes.mjs /** @typedef {import("./types.d.ts").RouteEntry} RouteEntry */ /** @type {RouteEntry[]} */ export const routes = [];