feat: map shapes, image persistence, grab tool, layer rename/delete, i18n, page metadata
This commit is contained in:
@@ -19,12 +19,24 @@ export default defineConfig({
|
||||
},
|
||||
server: {
|
||||
watch: {
|
||||
// Reduce file-watcher overhead on Windows — ignore heavy dirs
|
||||
// Reduce file-watcher overhead on Windows - ignore heavy dirs
|
||||
ignored: ['**/node_modules/**', '**/test-results/**', '**/project.inlang/cache/**', '**/.svelte-kit/**']
|
||||
}
|
||||
},
|
||||
test: {
|
||||
expect: { requireAssertions: true },
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
include: ['src/lib/api/**/*.ts', 'src/lib/utils/logger.ts', 'src/lib/utils/permissions.ts'],
|
||||
exclude: ['**/*.test.ts', '**/*.spec.ts', '**/*.d.ts', '**/types.ts', '**/index.ts', '**/google-calendar-push.ts'],
|
||||
reporter: ['text', 'text-summary'],
|
||||
thresholds: {
|
||||
statements: 90,
|
||||
branches: 85,
|
||||
functions: 90,
|
||||
lines: 90,
|
||||
},
|
||||
},
|
||||
projects: [
|
||||
{
|
||||
extends: './vite.config.ts',
|
||||
|
||||
Reference in New Issue
Block a user