Files
Ivan Malison 5f575fcdd6 fix(dev): use portable Bash shebangs (#2536)
Resolve Bash through PATH so repository development entrypoints run on NixOS and other systems without /bin/bash.
2026-08-01 00:14:39 +02:00

5 lines
52 B
Bash
Executable File

#!/usr/bin/env bash
set -e
exec npm run dev:server