Andras Bacsai 69f050b864
v1.0.4 (#21)
- Search in repositories (thanks to @SaraVieira).
- Custom Dockerfile - you be able to deploy ANY applications! 🎉 
- Basic repository scanner for Nextjs and React. It will setup the default commands and buildpack if it detects some defined parameters.
- UI/UX fixes:
  - Github loading screen instead of standard loading screen. 
  - Info tooltips which provide some explanations of the input fields.
2021-04-04 14:57:42 +02:00

7 lines
184 B
JavaScript

const static = require('./static')
const nodejs = require('./nodejs')
const php = require('./php')
const custom = require('./custom')
module.exports = { static, nodejs, php, custom }