forked from seth/ipv4.army
formatting
This commit is contained in:
parent
bd4bb12239
commit
5e03f3ef36
8 changed files with 2135 additions and 441 deletions
|
@ -3,6 +3,7 @@
|
|||
}
|
||||
|
||||
@keyframes pulse {
|
||||
|
||||
0%,
|
||||
100% {
|
||||
transform: scale(1);
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
{
|
||||
"files": [],
|
||||
"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: {
|
||||
cssMinify: "lightningcss",
|
||||
|
|
Loading…
Add table
Reference in a new issue