chore: formatting

This commit is contained in:
Maciej Jur 2024-07-02 00:47:23 +02:00
parent 57e247b573
commit 9ef6fe4e3c
Signed by: kamov
GPG key ID: 191CBFF5F72ECAFD
7 changed files with 127 additions and 127 deletions

0
js/search/src/App.svelte Executable file → Normal file
View file

0
js/search/src/pagefind.d.ts vendored Executable file → Normal file
View file

View file

@ -372,7 +372,7 @@ fn build() {
.arg("--format=esm")
.arg("--bundle")
.arg("--splitting")
//.arg("--minify")
.arg("--minify")
.arg("--outdir=dist/js/")
.output()
.unwrap();