1.加载插件

This commit is contained in:
robin
2022-05-28 03:55:53 +08:00
parent 96333ae7a9
commit 96bfa3f2d3
15 changed files with 1368 additions and 1066 deletions
+1 -1
View File
@@ -13,6 +13,6 @@ require('@babel/register')({
]
})
require('@babel/polyfill')
const bamboo = require('./bamboo/bamboo')
const bamboo = require('./bamboo/index')
const app = new bamboo();
// app.listen(3000);