mirror of
https://github.com/laosb/SvelteNova.git
synced 2025-04-30 12:41:09 +00:00
5 lines
66 B
Bash
Executable file
5 lines
66 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cd "$WORKDIR"
|
|
|
|
node "$SVELTE_SERVER" --stdio
|