contact test

This commit is contained in:
2026-01-29 00:21:58 +01:00
parent b5e09ea52e
commit 2335e41477
2 changed files with 99 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"test": "vitest"
},
"keywords": [],
"author": "",