mwmbl/app.json

8 lines
126 B
JSON
Raw Normal View History

2023-10-12 20:44:34 +00:00
{
"scripts": {
"dokku": {
2023-10-12 21:06:57 +00:00
"predeploy": "rm -r /app/static/* && cp -r /front-end-build/* /app/static/"
2023-10-12 20:44:34 +00:00
}
}
}