mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-17 06:14:27 +01:00
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
const createExpressApp = require("./express-app");
|
|
|
|
|
|
module.exports = {
|
|
createExpressApp,
|
|
} |