initial commit

This commit is contained in:
DeveloperDurp 2022-05-29 09:42:09 -05:00
commit 95c3219bf6
7 changed files with 2233 additions and 0 deletions

2
src/index.js Normal file
View file

@ -0,0 +1,2 @@
require = require("esm")(module/*, options*/)
module.exports = require("./app.js")