mirror of
https://github.com/graphql-hive/console
synced 2026-05-16 13:48:18 +00:00
3 lines
79 B
Bash
Executable file
3 lines
79 B
Bash
Executable file
#!/bin/sh
|
|
echo "Release: $RELEASE"
|
|
node --heapsnapshot-signal=SIGUSR1 index.js
|