Cyclone :)
This commit is contained in:
parent
c5c230af03
commit
e9a5425596
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 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/', '');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue