12 lines
246 B
TypeScript
12 lines
246 B
TypeScript
export default {
|
|
site: 'http://localhost:8000',
|
|
ci: {
|
|
budget: {
|
|
'performance': 90,
|
|
'accessibility': 100,
|
|
'best-practices': 90,
|
|
'seo': 90,
|
|
},
|
|
buildStatic: true
|
|
}
|
|
} |