This commit is contained in:
parent
bd4bb12239
commit
5e03f3ef36
8 changed files with 2135 additions and 441 deletions
|
@ -3,6 +3,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes pulse {
|
@keyframes pulse {
|
||||||
|
|
||||||
0%,
|
0%,
|
||||||
100% {
|
100% {
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
|
|
|
@ -1,7 +1,11 @@
|
||||||
{
|
{
|
||||||
"files": [],
|
"files": [],
|
||||||
"references": [
|
"references": [
|
||||||
{ "path": "./tsconfig.app.json" },
|
{
|
||||||
{ "path": "./tsconfig.node.json" }
|
"path": "./tsconfig.app.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "./tsconfig.node.json"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -17,7 +17,7 @@ export default defineConfig({
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
} : {transformer: "lightningcss"}
|
} : { transformer: "lightningcss" }
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
cssMinify: "lightningcss",
|
cssMinify: "lightningcss",
|
||||||
|
|
Loading…
Add table
Reference in a new issue