generated from alecodes/base-template
wip: handle vite tooling manually
This commit is contained in:
parent
9c1a8f030c
commit
e8f111c2ff
11 changed files with 134 additions and 71 deletions
|
|
@ -8,8 +8,8 @@
|
|||
{% if is_production == false %}
|
||||
<script src="{{ asset('/@vite/client') }}" type="module"></script>
|
||||
{% endif %}
|
||||
<link href="{{ asset('assets/css/style.scss') }}" rel="stylesheet"/>
|
||||
<script src="{{ asset('assets/js/index.ts') }}" type="module"></script>
|
||||
<link href="{{ asset('css/style.scss') }}" rel="stylesheet"/>
|
||||
<script src="{{ asset('js/index.ts') }}" type="module"></script>
|
||||
<title>
|
||||
{% block title %}Axum web service!{% endblock %}
|
||||
</title>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue