Minor updates
This commit is contained in:
parent
766e5dd9c5
commit
6bc8afceee
2
justfile
2
justfile
@ -1,6 +1,6 @@
|
||||
build: fmt rust-build build-wasm js-build
|
||||
|
||||
all: clean fmt rust-test build # build-docs
|
||||
all: clean fmt build build-docs # rust-test
|
||||
rsync -ha ./web-frontend/build/ build/
|
||||
du -shc build/* | sort -h
|
||||
|
||||
|
@ -37,5 +37,5 @@
|
||||
</header>
|
||||
|
||||
<main class="p-6 h-full ">
|
||||
<slot />
|
||||
<slot />
|
||||
</main>
|
||||
|
Loading…
Reference in New Issue
Block a user