mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
12 lines
163 B
HTML
12 lines
163 B
HTML
{% load django_vite %}
|
|
|
|
|
|
{% vite_hmr_client %}
|
|
{% vite_asset 'src/apps/tandoor/main.ts' %}
|
|
|
|
<script src="{% url 'js_reverse' %}"></script>
|
|
|
|
<div id="app">
|
|
|
|
</div>
|