]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Add a Procfile with the `npm start` command
authorAntonis Kalipetis <akalipetis@gmail.com>
Thu, 15 Dec 2016 11:36:21 +0000 (13:36 +0200)
committerAntonis Kalipetis <akalipetis@gmail.com>
Wed, 28 Dec 2016 16:12:23 +0000 (18:12 +0200)
Also, update the Procfile.dev with the updated `npm run dev` command.

Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
Procfile [new file with mode: 0644]
Procfile.dev

diff --git a/Procfile b/Procfile
new file mode 100644 (file)
index 0000000..063b78f
--- /dev/null
+++ b/Procfile
@@ -0,0 +1 @@
+web: npm start
index 063b78f463143ec8bdbc65a9920982dfea2d4ea1..8d2c54453120ab1c0ee96727f79fe6b323dff20f 100644 (file)
@@ -1 +1 @@
-web: npm start
+web: npm run dev