Moved from CJS to ESM + small improvements like logging
This commit is contained in:
parent
61df35a271
commit
c57160e05d
16 changed files with 512 additions and 488 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import express, { Application, RequestHandler } from 'express';
|
||||
|
||||
import { Router } from './Router';
|
||||
import { StaticFileResolver } from './StaticFileResolver';
|
||||
import { Renderer } from './Renderer';
|
||||
import { Router } from './Router.js';
|
||||
import { StaticFileResolver } from './StaticFileResolver.js';
|
||||
import { Renderer } from './Renderer.js';
|
||||
|
||||
/**
|
||||
* Object to encapsulate the setup of the app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue