mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-19 06:14:28 +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,
|
|
} |