Remove serve script in favor of dev

This commit is contained in:
Matthias 2024-02-11 08:53:11 +01:00
parent b02d3c9509
commit c210983674

View File

@ -3,7 +3,6 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vite",
"dev": "vite",
"build": "vite build",
"test:unit": "vitest",