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:
@@ -1,5 +1,5 @@
|
||||
import * as THREE from "https://unpkg.com/three@0.168.0/build/three.module.js";
|
||||
import { GLTFLoader } from "https://unpkg.com/three@0.168.0/examples/jsm/loaders/GLTFLoader.js";
|
||||
import * as THREE from "./vendor/three/three.module.js";
|
||||
import { GLTFLoader } from "./vendor/three/GLTFLoader.js";
|
||||
import { GeoApiClient } from "../libs/geo-api-client/dist/index.js";
|
||||
|
||||
class BrowserStorage {
|
||||
|
||||
Reference in New Issue
Block a user