mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"builds": [
|
|
{
|
|
"src": "package.json",
|
|
"use": "@vercel/static-build",
|
|
"config": { "distDir": "static" }
|
|
}
|
|
],
|
|
"github": {
|
|
"silent": true
|
|
}
|
|
}
|