feat: same as initial commit

This commit is contained in:
vakabunga
2026-03-02 00:35:39 +03:00
parent ad4ad55e35
commit b0e557885c
4 changed files with 4071 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "family-budget",
"version": "0.1.0",
"private": true,
"workspaces": [
"shared",
"backend",
"frontend"
]
}