Files
owncast/build/javascript/node_modules/@videojs/themes/now.json
2020-10-20 05:15:30 +00:00

11 lines
151 B
JSON

{
"version": 2,
"builds": [
{
"src": "package.json",
"use": "@now/static-build",
"config": { "distDir": "dist" }
}
]
}