feat: add project fork async job service with cli prune/clear commands and shared container image build target

This commit is contained in:
2026-06-09 14:06:02 +00:00
parent c565e3b55c
commit 05c6fa7f3b
90 changed files with 6889 additions and 1146 deletions
+3 -1
View File
@@ -41,6 +41,7 @@
<link rel="stylesheet" href="/static/css/attachments.css">
<link rel="stylesheet" href="/static/css/engagement.css">
{% block extra_head %}{% endblock %}
{{ custom_css_tag(request) }}
{% if page_schema %}
<script type="application/ld+json">
@@ -158,7 +159,7 @@
</nav>
{% endif %}
<main class="page">
<main class="page" data-page-type="{{ page_type_for(request) }}">
{% block content %}{% endblock %}
</main>
@@ -182,5 +183,6 @@
<script type="module" src="/static/vendor/emoji-picker-element/index.js"></script>
<script type="module" src="/static/js/Application.js"></script>
{% block extra_js %}{% endblock %}
{{ custom_js_tag(request) }}
</body>
</html>