This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
codecombat/bin/coco-dev-server

6 lines
No EOL
178 B
Text
Executable file

echo
echo "coco-dev-server is deprecated." Instead, use:
echo
echo "\"npm run nodemon\" to run just node, or"
echo "\"npm run dev\" to run brunch and node in one terminal."
echo