This commit is contained in:
Jason 2022-03-02 21:59:04 -05:00
parent 54761a1541
commit bae249fad1
2 changed files with 2 additions and 2 deletions

2
bare

@ -1 +1 @@
Subproject commit 189c75979d38ed494009bf9ccd7ecab75a7a4500
Subproject commit e1065f74881d1a9149fa3726626ed8a1c16337d0

View file

@ -1,4 +1,4 @@
import { Server } from './bare/Server.mjs';
import Server from './bare/Server.mjs';
import { readFileSync } from 'fs';
import http from 'http';
import nodeStatic from 'node-static';