@netlify/framework-info
Version:
Framework detection utility
22 lines (21 loc) • 510 B
JSON
{
"id": "stencil",
"name": "Stencil",
"category": "static_site_generator",
"detect": {
"npmDependencies": ["@stencil/core"],
"excludedNpmDependencies": [],
"configFiles": ["stencil.config.ts"]
},
"dev": {
"command": "stencil build --dev --watch --serve",
"port": 3333,
"pollingStrategies": [{ "name": "TCP" }, { "name": "HTTP" }]
},
"build": {
"command": "stencil build",
"directory": "www"
},
"env": { "BROWSER": "none", "PORT": "3000" },
"plugins": []
}