Initial commit
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-05-29 09:14:36 -06:00
parent 32aad3bfd3
commit ee7195b82a
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
22 changed files with 2067 additions and 781 deletions

10
.parcelrc Normal file
View file

@ -0,0 +1,10 @@
{
"extends": "@parcel/config-default",
"compressors": {
"*.{html,css,js,svg,map}": [
"...",
"@parcel/compressor-gzip",
"@parcel/compressor-brotli"
]
}
}