mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-27 03:04:24 +01:00
8 lines
165 B
JavaScript
8 lines
165 B
JavaScript
const createExpressApp = require("./express-app");
|
|
const sessionsStore = require("./sessions-store");
|
|
|
|
|
|
module.exports = {
|
|
createExpressApp,
|
|
sessionsStore,
|
|
} |