Update app.mjs
This commit is contained in:
parent
7696dd4620
commit
c5c230af03
1 changed files with 1 additions and 1 deletions
2
app.mjs
2
app.mjs
|
|
@ -2,7 +2,7 @@ import Server from 'bare-server-node';
|
||||||
import http from 'http';
|
import http from 'http';
|
||||||
import nodeStatic from 'node-static';
|
import nodeStatic from 'node-static';
|
||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
const custombare = require('./static/customBare.js');
|
import * as custombare from './static/customBare.js';
|
||||||
|
|
||||||
const bare = new Server('/bare/', '');
|
const bare = new Server('/bare/', '');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue