feat: Modernize the visual card editor. (#2586)

This commit is contained in:
Dermot Duffy
2026-07-20 20:44:16 -07:00
committed by GitHub
parent e204ec183f
commit b6e1de5999
146 changed files with 8487 additions and 5992 deletions
+3
View File
@@ -1,5 +1,7 @@
import { defineConfig } from 'vitest/config';
import { svgPath } from './scripts/svg-path-plugin.js';
const EXCLUSIONS = [
'.eslintrc.cjs',
'docs/**',
@@ -21,6 +23,7 @@ const INCLUSIONS = ['tests/**/*.test.ts'];
// ts-prune-ignore-next
export default defineConfig({
plugins: [svgPath()],
test: {
server: {
deps: {