feat: update project title and name to SDB v2 in index.html and package.json

This commit is contained in:
JSC
2025-08-13 13:55:51 +02:00
parent 4e68344f23
commit 5574eeb809
3 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
{
"name": "frontend",
"name": "sdb",
"description": "Frontend for the SDB v2",
"private": true,
"version": "0.0.0",
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 8001",