This commit is contained in:
Wuesteon 2025-12-04 00:51:40 +01:00
parent e9caa4a217
commit 843cf1e678
36 changed files with 400 additions and 55 deletions

View file

@ -10,7 +10,6 @@
"preview": "astro preview",
"astro": "astro",
"type-check": "astro check",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"clean": "rm -rf dist .astro node_modules"
},