feat: add frontend compilation task with bun

This commit is contained in:
Alexander Navarro 2025-02-19 10:44:02 -03:00
parent 6cb75aa442
commit 6b7642b693
6 changed files with 174 additions and 0 deletions

View file

@ -2,6 +2,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="@mini-strap/core" />
<title>
{% block title %}Axum web service!{% endblock %}
</title>