Return express app by default for easier importing

This commit is contained in:
rijkvanzanten
2020-10-30 18:15:42 -04:00
parent 708aea6fb6
commit 4d05ecfef4

1
api/index.js Normal file
View File

@@ -0,0 +1 @@
module.exports = require('/dist/app').default;