This commit is contained in:
Tomas Dvorak
2026-02-24 10:33:08 +01:00
parent b083dac3f0
commit 55d0284b2a
90 changed files with 27855 additions and 1940 deletions
+3 -1
View File
@@ -6,7 +6,9 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
"preview": "vite preview",
"test": "echo \"No tests yet\" && exit 0",
"test:ci": "echo \"No tests yet\" && exit 0"
},
"dependencies": {
"@kobalte/core": "^0.13.11",