mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 03:08:34 +00:00
13 lines
296 B
JSON
13 lines
296 B
JSON
{
|
|
"restartable": "rs",
|
|
"verbose": true,
|
|
"env": {
|
|
"NODE_ENV": "development",
|
|
"DEBUG": "app:*",
|
|
"DEBUG_COLORS": true
|
|
},
|
|
"debug": true,
|
|
"watch": ["/app/", "/src/"],
|
|
"ext": "js dust html ejs css scss rb json htpasswd",
|
|
"exec": "node /app/lib/standalone/start-server.js"
|
|
}
|