diff --git a/.gitignore b/.gitignore index e4f2847..03134b7 100644 --- a/.gitignore +++ b/.gitignore @@ -103,6 +103,4 @@ dist # TernJS port file .tern-port -.configs/ - -Procfile \ No newline at end of file +.configs/ \ No newline at end of file diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..3a93e12 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +worker: npm run deploy:production \ No newline at end of file