Initial Commit

This commit is contained in:
Moritz Utcke
2023-03-25 15:13:42 +04:00
parent e04f68a395
commit dcbdf0e8d0
105 changed files with 3772 additions and 0 deletions

8
vitest.config.ts Normal file
View File

@@ -0,0 +1,8 @@
/// <reference types="vitest" />
import { getViteConfig } from "astro/config";
export default getViteConfig({
test: {
globals: true,
},
});