mirror of
https://github.com/pterodactyl/development.git
synced 2025-12-10 00:09:41 -06:00
Disables xdebug on the CLI to make tests run in a few seconds rather than taking minutes. Also adds support for using docker-sync for "native" performance in the docker container. If you choose to not use it, vagrant will mount the files using the standard osx method which is slower, but still within reasonable bounds.
7 lines
190 B
YAML
7 lines
190 B
YAML
version: "2"
|
|
syncs:
|
|
panel-sync:
|
|
sync_strategy: "native_osx"
|
|
src: "./code/panel/"
|
|
sync_excludes: [".idea", ".git", ".vagrant", "node_modules"]
|
|
host_disk_mount_mode: "cached" |