Vendor frontend CDN dependencies and serve them locally.
CI / test (push) Successful in 3s

This switches demo pages and modules to local web/vendor assets, fixes Three GLTFLoader local import resolution, and documents the runtime-data/agent commit workflow updates.

Made-with: Cursor
This commit is contained in:
2026-03-02 22:43:27 +00:00
parent 6f873100ef
commit e1107256e8
25 changed files with 61548 additions and 19 deletions
+3 -3
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Momswap Geo Backend Use-Cases Test</title>
<link href="https://cdn.jsdelivr.net/npm/vuetify@3.7.7/dist/vuetify.min.css" rel="stylesheet" />
<link href="./vendor/vuetify/vuetify.min.css" rel="stylesheet" />
<style>
body {
background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
@@ -202,8 +202,8 @@
</v-app>
</div>
<script src="https://cdn.jsdelivr.net/npm/vue@3.5.13/dist/vue.global.prod.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vuetify@3.7.7/dist/vuetify.min.js"></script>
<script src="./vendor/vue/vue.global.prod.js"></script>
<script src="./vendor/vuetify/vuetify.min.js"></script>
<script type="module" src="./app.js"></script>
</body>
</html>