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