📺 finlizes routing and improves bs

This commit is contained in:
2026-05-22 15:56:44 +02:00
parent c3782509e8
commit 8bb12aaac1
25 changed files with 277 additions and 88 deletions
+4 -2
View File
@@ -5,7 +5,8 @@ set -eo pipefail # this can be harmful, see https://www.youtube.com/watch?v=4Jo3
exit 1;
}
# depends on
declare -r lint='bs/lint'
declare -r tsc='bs/dev/tsc'
declare -r assets='bs/dev/assets'
declare -r rollup='node_modules/.bin/rollup'
declare -r analyze='bs/analyze'
declare -r config='rollup.config.js'
@@ -21,7 +22,8 @@ help(){
main(){
help "${@}"
$lint
$tsc
$assets
rm -rf "$dist"
$rollup -c $config "${@}"
$analyze --exclude "$dist"