generated from alecodes/base-template
wip: change assets handling to vite-rs
This commit is contained in:
parent
14a4d9b2b3
commit
f5e398c933
5 changed files with 66 additions and 24 deletions
|
|
@ -5,8 +5,8 @@
|
|||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
<meta content="dark light" name="color-scheme">
|
||||
<!-- if development -->
|
||||
<script src="http://localhost:21012/@vite/client" type="module"></script>
|
||||
<link href="http://localhost:21012/frontend/assets/css/style.scss" rel="stylesheet"/>
|
||||
{{ load_vite_script() | safe }}
|
||||
<link href="/assets/css/style.scss" rel="stylesheet"/>
|
||||
<script src="/assets/js/index.ts" type="module"></script>
|
||||
<script src="htmx.org" type="module"></script>
|
||||
<title>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue