diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2023-03-26 19:21:16 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2023-03-26 19:21:16 +0200 |
| commit | 948a9bfc88dac8fca31742f9558780e68fa46b5f (patch) | |
| tree | 9c0956bd93a17502ef11a57fc7db17dbd46fae59 /start | |
| parent | 373edf54a9ac76fa47e563e8d6f0f16df49c454e (diff) | |
| download | isiqandisi-master.tar.gz isiqandisi-master.tar.zst isiqandisi-master.zip | |
Set node version
Diffstat (limited to 'start')
| -rwxr-xr-x | start | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -1,11 +1,5 @@ #!/bin/sh - -terminal=st -# OpenInTerminal -oit() { - $terminal -e $@ -} -oit "lvim src/index.ts" & -oit "yarn serve " & -oit "src/server/start" & - +npm run serve > npm.log 2>&1 & +echo $! > npm.pid +php -S 127.0.0.1:8001 -t src/server/ > php.log 2>&1 & +echo $!> php.pid |
