4 lines
96 B
Bash
Executable file
4 lines
96 B
Bash
Executable file
#!/bin/sh
|
|
|
|
bun run start </dev/null &>/dev/null &
|
|
./custom_pocketbase serve --http=0.0.0.0:8090
|