mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Provide host as settings and add npm run start script
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/sharelatex/chat-sharelatex.git"
|
||||
},
|
||||
"scripts": {
|
||||
"compile:app": "coffee -o app/js -c app/coffee && coffee -c app.coffee",
|
||||
"start": "npm run compile:app && node app.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "0.2.9",
|
||||
"coffee-script": "~1.7.1",
|
||||
|
||||
Reference in New Issue
Block a user