feat: Option to serve Bootstrap from the filesystem
Some checks failed
/ pre-commit (push) Has been cancelled

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2025-09-16 09:36:10 +02:00
commit d72e61a56f
Signed by: jriou
GPG key ID: 9A099EDA51316854
7 changed files with 83 additions and 6 deletions

5
package.json Normal file
View file

@ -0,0 +1,5 @@
{
"dependencies": {
"bootstrap": "^5.3.8"
}
}