Skip to content

Commit

Permalink
APCD react feature - use react-asset.html instead of react-assets.html
Browse files Browse the repository at this point in the history
  • Loading branch information
chandra-tacc committed Oct 31, 2024
1 parent e97d3fd commit a590b27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<script type="module" src="http://localhost:3000/@vite/client"></script>
<script type="module" src="http://localhost:3000/src/main.tsx"></script>
{% else %}
{% include "./react-assets.html" %}
{% include "./react-asset.html" %}
{% endif %}
{% endblock assets_custom %}

0 comments on commit a590b27

Please sign in to comment.