Update app.mjs

This commit is contained in:
SmartCoder3000 2022-06-17 17:58:03 -04:00 committed by GitHub
parent 7696dd4620
commit c5c230af03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/', '');