chore: init ledger project with docs and gitignore

This commit is contained in:
Jin
2026-05-01 11:53:06 +08:00
parent 29156fdb9e
commit 64f46039b3
17 changed files with 1896 additions and 2 deletions

14
web/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "web",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^8.0.10"
}
}