diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..cf829e9 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,3 @@ +tasks: + - init: 'echo "TODO: Replace with init/build command"' + command: 'echo "TODO: Replace with command to start project"'