1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-03 21:10:05 +00:00

fix: macros available for SAS

This commit is contained in:
Saad Jutt
2022-03-23 20:15:18 +05:00
parent d27e070fc8
commit 7a70d40dbf
4 changed files with 40 additions and 8 deletions

View File

@@ -56,8 +56,6 @@ export default setProcessVariables().then(async () => {
// index.html needs to be injected with some js script.
app.use(express.static(getWebBuildFolderPath()))
console.log('sasJSCoreMacros', sasJSCoreMacros)
app.use(onError)
await connectDB()