Implement recursive scan for File modules.

Ex. store resourcepacks at /files/resourcepacks/MyPack.zip
Added as a module with destination path resourcepacks/MyPack.zip
This commit is contained in:
Daniel Scalzi
2020-02-02 17:30:53 -05:00
parent 064a664687
commit 54cc93d499
5 changed files with 85 additions and 57 deletions

View File

@@ -12,7 +12,7 @@ Generate a distribution.json for Helios.
1. Clone the repository
2. Install the dependencies (`npm i`)
3. Create a `.env` file at the root directory and set the required values.
3. Create a `.env` file at the root directory of the cloned folder and set the required values.
Example
```properties