forked from toolshed/coop-cloud-backend
8 lines
108 B
Bash
Executable File
8 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export PATH=/home/node/.local/bin/:$PATH
|
|
|
|
/home/node/wizard/gobackend &
|
|
|
|
npm run dev -- --host
|