# Nx 18 enables using plugins to infer targets by default
# This is disabled for existing workspaces to maintain compatibility
# For more info, see: https://nx.dev/concepts/inferred-tasks
NX_ADD_PLUGINS=false
NODE_OPTIONS="--experimental-vm-modules"
# This is a tempoary workaround due to NX issue #22358 until a fix is released for Windows. See: https://github.com/nrwl/nx/issues/22358
NX_NATIVE_COMMAND_RUNNER=false
