Remove maze utils symlink

This commit is contained in:
Ajay
2023-08-01 22:45:01 -04:00
parent 8840dba90f
commit 16005e417d
26 changed files with 58 additions and 66 deletions

View File

@@ -5,11 +5,4 @@ Make sure to pull and update all submodules
`git submodule update --init --recursive`
"? property does not exist on type ConfigClass"
> Make sure to copy `config.json.example` to `config.json` and remove comments
# Windows
"Cannot find module "../maze-utils"
- Enable "Developer Mode" in windows for symlinks
- `src/maze-utils` will not appear properly and builds will fail since it is is only rendered as a file
- Enable symlink support in git `git config --global core.symlinks true`
- run `git checkout -- src/maze-utils` in order to create a symlink instead of a text file
> Make sure to copy `config.json.example` to `config.json` and remove comments