Cyclone :)

This commit is contained in:
SmartCoder3000 2022-06-17 17:59:29 -04:00 committed by GitHub
parent c5c230af03
commit e9a5425596
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';
import * as custombare from './static/customBare.js';
import * as custombare from './static/customBare.mjs';
const bare = new Server('/bare/', '');