update config for `now`
This commit is contained in:
parent
c13771c3a0
commit
e35a1e3e51
22
package.json
22
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "TODO",
|
"name": "pinafore",
|
||||||
"description": "TODO",
|
"description": "Alternative web client for Mastodon",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "standard",
|
"lint": "standard",
|
||||||
|
@ -111,5 +111,23 @@
|
||||||
"@std/esm": {
|
"@std/esm": {
|
||||||
"mode": "js",
|
"mode": "js",
|
||||||
"cjs": "vars"
|
"cjs": "vars"
|
||||||
|
},
|
||||||
|
"now": {
|
||||||
|
"env": {
|
||||||
|
"NODE_ENV": "production"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"assets",
|
||||||
|
"bin",
|
||||||
|
"original-assets",
|
||||||
|
"routes",
|
||||||
|
"scss",
|
||||||
|
"templates",
|
||||||
|
"package.json",
|
||||||
|
"package-lock.json",
|
||||||
|
"server.js",
|
||||||
|
"webpack.client.config.js",
|
||||||
|
"webpack.server.config.js"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue