From bae249fad14f919f78f46e0988bfe8ccb679d9b7 Mon Sep 17 00:00:00 2001 From: Jason <59297610+caracal-js@users.noreply.github.com> Date: Wed, 2 Mar 2022 21:59:04 -0500 Subject: [PATCH] t --- bare | 2 +- index.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bare b/bare index 189c759..e1065f7 160000 --- a/bare +++ b/bare @@ -1 +1 @@ -Subproject commit 189c75979d38ed494009bf9ccd7ecab75a7a4500 +Subproject commit e1065f74881d1a9149fa3726626ed8a1c16337d0 diff --git a/index.mjs b/index.mjs index 7b1435e..bdd5e71 100644 --- a/index.mjs +++ b/index.mjs @@ -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';