v1.0.3 - Simple PHP support! 🎉 (#15)

- Basic PHP support.
- Cosmetic things here and there.
- Fix publish directory option.
This commit is contained in:
Andras Bacsai
2021-04-02 15:05:23 +02:00
committed by GitHub
parent 767c65ab10
commit 5573187d43
15 changed files with 6593 additions and 140 deletions

View File

@@ -1,4 +1,5 @@
const static = require('./static')
const nodejs = require('./nodejs')
const php = require('./php')
module.exports = { static, nodejs }
module.exports = { static, nodejs, php }