mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
4 lines
107 B
JavaScript
4 lines
107 B
JavaScript
const static = require('./static')
|
|
const nodejs = require('./nodejs')
|
|
|
|
module.exports = { static, nodejs }
|