chore: seperate into packages

This commit is contained in:
Morten Olsen
2025-12-10 10:26:14 +01:00
parent f9494c88e2
commit d02102977a
40 changed files with 753 additions and 1175 deletions

View File

@@ -1,8 +1,8 @@
import { defineConfig, type UserConfigExport } from 'vitest/config';
import { defineConfig, type ViteUserConfigExport } from 'vitest/config';
// eslint-disable-next-line import/no-default-export
export default defineConfig(async () => {
const config: UserConfigExport = {
const config: ViteUserConfigExport = {
test: {
coverage: {
provider: 'v8',