mirror of
https://github.com/getpaseo/paseo.git
synced 2026-09-14 20:36:44 +08:00
5f575fcdd6
Resolve Bash through PATH so repository development entrypoints run on NixOS and other systems without /bin/bash.
5 lines
52 B
Bash
Executable File
5 lines
52 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
exec npm run dev:server
|