refactor: Convert the build scripts to TypeScript and group them (#2696)

- Closes: #2695
This commit is contained in:
Dermot Duffy
2026-08-21 14:18:37 -07:00
committed by GitHub
parent 1e03e6a3d9
commit 2d7c86c93c
16 changed files with 137 additions and 93 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { join } from 'path';
import { defineConfig } from 'vitest/config';
import { svgPath } from './scripts/svg-path-plugin.js';
import { svgPath } from './scripts/vite/plugins/svg-path.js';
const EXCLUSIONS = [
'.eslintrc.cjs',