PizzaDashboard/app.json

7 lines
114 B
JSON

{
"scripts": {
"dokku": {
"predeploy": "npm build && touch dist/.static"
}
}
}