diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..13282ab --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: npx predeploy \ No newline at end of file diff --git a/server/Procfile b/server/Procfile new file mode 100644 index 0000000..395ee86 --- /dev/null +++ b/server/Procfile @@ -0,0 +1 @@ +web: npx start \ No newline at end of file