Added: biome for formatting, Makefile

This commit is contained in:
2024-06-03 00:23:19 +02:00
parent bea14aa72b
commit 7f8a105ba4
2 changed files with 25 additions and 0 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
all: clean format build
format:
biome format --write .
build:
zola build
clean:
rm -rf public/