mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-26 20:19:56 +00:00
5 lines
107 B
JavaScript
5 lines
107 B
JavaScript
const static = require('./static')
|
|
const nodejs = require('./nodejs')
|
|
|
|
module.exports = { static, nodejs }
|