This commit is contained in:
Casey Wittrock 2025-10-20 01:10:18 -05:00
parent 309925c191
commit 7d6155277f
3 changed files with 3191 additions and 55 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.12.2",
"frappe-ui": "^0.1.205",
"vue": "^3.5.22"
},
"devDependencies": {

View File

@ -22,14 +22,6 @@ a:hover {
color: #535bf2;
}
body {
margin: 0;
display: flex;
place-items: center;
min-width: 320px;
min-height: 100vh;
}
h1 {
font-size: 3.2em;
line-height: 1.1;