Added house function: add, update, view (admin function)

update npm package
This commit is contained in:
2026-02-05 21:10:45 +07:00
parent 018f693998
commit 7b14b30320
104 changed files with 3447 additions and 2518 deletions

View File

@@ -31,6 +31,14 @@
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"@components/*": ["./src/components/*"],
"@ui/*": ["./src/components/ui/*"],
"@form/*": ["./src/components/form/*"],
"@hooks/*": ["./src/hooks/*"],
"@lib/*": ["./src/lib/*"],
"@paraglide/*": ["./src/paraglide/*"],
"@service/*": ["./src/service/*"],
"@utils/*": ["./src/utils/*"],
"@root/*": ["./*"]
}
}