mirror of
https://github.com/peridotbuild/peridot.git
synced 2024-12-21 10:08:30 +00:00
6 lines
292 B
Plaintext
6 lines
292 B
Plaintext
# Due to the overhead of symlinks and the amount of files to symlink with Node applications
|
|
# It's better to disable sandboxing for macOS during development.
|
|
# This reduces esbuild bundle times from 3.5s+ to approx. 0.5s.
|
|
build:macdev --spawn_strategy=local
|
|
run:macdev --spawn_strategy=local
|