0.67.2
Changes
- The
.triplex/config.json
file is now optional when opening a project. Instead if there is no config file found from the opening folder and above it will open the first found folder with apackage.json
as the project root. Need a specific set up? Continue using the config. - The config no longer has any required properties.
Bug fixes
- Files inside
node_modules
are no longer accidentally watched.