3 lines
98 B
Bash
3 lines
98 B
Bash
|
|
#! /usr/bin/env nix-shell
|
||
|
|
#! nix-shell -i real-interpreter -p nodejs nodePackages.pnpm
|
||
|
|
pnpm start
|