Commit graph

6 commits

Author SHA1 Message Date
b4b289748a feat: add initial node support
Refs: #5
2023-03-12 12:33:33 +00:00
b6de5bdba6 feat: add fractal as a type
Refs: #5
2023-03-12 11:08:00 +00:00
f4d5e69f5f feat: add node as a language
Refs: #5
2023-03-12 11:07:21 +00:00
6b5c1b5aee feat: add project_root setting
Allow for overriding the project root from `/app` to something else,
such as `/var/www/html`.

The default is set within a new `build.defaults.yaml` file which the
project specific file is merged into.

Fixes #27
2023-03-10 22:21:14 +00:00
eeeb70df14 chore: allow for missing fields 2023-03-10 22:10:07 +00:00
a70557d2d5 refactor: extract a configuration validator 2023-02-25 00:21:43 +00:00