From c5c230af038b5192a953942bcefa5607422120fc Mon Sep 17 00:00:00 2001 From: SmartCoder3000 <83769295+SmartCoder3000@users.noreply.github.com> Date: Fri, 17 Jun 2022 17:58:03 -0400 Subject: [PATCH] Update app.mjs --- app.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.mjs b/app.mjs index 3fce4d0..a8f23c2 100644 --- a/app.mjs +++ b/app.mjs @@ -2,7 +2,7 @@ import Server from 'bare-server-node'; import http from 'http'; import nodeStatic from 'node-static'; import fs from 'fs'; -const custombare = require('./static/customBare.js'); +import * as custombare from './static/customBare.js'; const bare = new Server('/bare/', '');