UNPKG

relysjs

Version:

Reactive Web app server focusing on MPAs with a simple server route & browser build api...uses Bunjs, Elysia, ESBuild, rmemo, & ctx-core

13 lines (12 loc) 254 B
import { app_ctx } from 'rebuildjs/server' import { test } from 'uvu' import { equal } from 'uvu/assert' import './index.js' test.after.each(()=>{ app_ctx.s.app.clear() }) // TODO: tests test('static_middleware_|loads', ()=>{ equal(1, 1) }) test.run()