mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-07 03:20:38 +02:00
use npm start, not node <file>
This commit is contained in:
2
Procfile
2
Procfile
@@ -1 +1 @@
|
|||||||
web: cp "modules/config.example.js" "modules/config.js" && node server.js
|
web: cp "modules/config.example.js" "modules/config.js" && npm start
|
||||||
@@ -24,5 +24,5 @@ Please [visit the website](https://crafatar.com) for details.
|
|||||||
* `npm install`
|
* `npm install`
|
||||||
* `cp "modules/config.example.js" "modules/config.js"`
|
* `cp "modules/config.example.js" "modules/config.js"`
|
||||||
* Ensure a `redis-server` is running
|
* Ensure a `redis-server` is running
|
||||||
* `node server.js`
|
* `npm start`
|
||||||
* Access [http://localhost:3000](http://localhost:3000)
|
* Access [http://localhost:3000](http://localhost:3000)
|
||||||
|
|||||||
Reference in New Issue
Block a user