formatting

This commit is contained in:
wont-stream 2025-04-10 19:22:07 -04:00
parent bd4bb12239
commit 5e03f3ef36
8 changed files with 2135 additions and 441 deletions

2547
bun.lock

File diff suppressed because it is too large Load diff

View file

@ -3,6 +3,7 @@
}
@keyframes pulse {
0%,
100% {
transform: scale(1);

View file

@ -1,7 +1,11 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
]
}

View file

@ -17,7 +17,7 @@ export default defineConfig({
})
]
}
} : {transformer: "lightningcss"}
} : { transformer: "lightningcss" }
},
build: {
cssMinify: "lightningcss",