peridot/macdev.bazelrc

6 lines
292 B
Plaintext
Raw Normal View History

2023-08-21 16:01:10 +00:00
# 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