Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
leurez
/
moss
like
4
Runtime error
App
Files
Files
Community
2
main
moss
/
start.sh
xianqiu
change the port
61ede3b
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
182 Bytes
cd
./service
nohup
pnpm start > service.log &
echo
"Start service complete!"
cd
..
echo
""
> front.log
nohup
pnpm dev > front.log &
echo
"Start front complete!"
tail
-f front.log