From e9a5425596c878aa6c322330712e59b2b2121062 Mon Sep 17 00:00:00 2001 From: SmartCoder3000 <83769295+SmartCoder3000@users.noreply.github.com> Date: Fri, 17 Jun 2022 17:59:29 -0400 Subject: [PATCH] Cyclone :) --- app.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.mjs b/app.mjs index a8f23c2..7c6648f 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'; -import * as custombare from './static/customBare.js'; +import * as custombare from './static/customBare.mjs'; const bare = new Server('/bare/', '');