{% load i18n static %} {% load vite %} {% trans "SQL Explorer" %}{% if query %} - {{ query.title }}{% elif title %} - {{ title }}{% endif %} {% block style %} {% vite_asset 'scss/styles.scss' %} {% endblock style %} {% if vite_dev_mode %}

Looks like Vite isn't running

This is easy to fix, I promise!

You can run:
npm run dev
            
Then refresh this page, and you'll get all of your styles, JS, and hot-reloading.
If this is the first time you are running the project, then run:
nvm install
nvm use
npm install
npm run dev
        

{% endif %} {% block sql_explorer_content_takeover %} {% block sql_explorer_content %}{% endblock %} {% endblock %} {% block sql_explorer_footer %}
{% endblock %} {% block bottom_script %} {% vite_hmr_client %} {% vite_asset 'js/main.js' %} {% endblock bottom_script %} {% block sql_explorer_scripts %}{% endblock %}