UNPKG

vjsrouter

Version:

A modern, file-system based router for vanilla JavaScript with SSR support.

7 lines (5 loc) 212 B
// File: /vjsrouter/server.cjs 'use strict'; // This path is now guaranteed to work because the "files" array // in package.json includes the "src" directory. module.exports = require('./src/server/index.cjs');