diff --git a/.buildpacks b/.buildpacks new file mode 100644 index 000000000..2730964b1 --- /dev/null +++ b/.buildpacks @@ -0,0 +1,2 @@ +https://github.com/FabienArcellier/nodejs-buildpack#streamsync-review +https://github.com/FabienArcellier/python-buildpack#streamsync-review \ No newline at end of file diff --git a/Procfile b/Procfile new file mode 100644 index 000000000..76890e5d0 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: streamsync --port $PORT --host 0.0.0.0 --enable-remote-edit edit apps/hello \ No newline at end of file