feat(website): add build script for frontend dependencies

This commit is contained in:
Alexander Navarro 2024-12-23 19:40:58 -03:00
parent 7e8dc4ec5a
commit 698294c74e
10 changed files with 181 additions and 16 deletions

View file

@ -3,8 +3,8 @@ base_url = "https://mini-strap.alecodes.page"
output_dir = "dist"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Managed by bun
compile_sass = false
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true