Enhance error handling for graphics rendering and update external image loader registration

This commit is contained in:
Ross
2026-03-16 11:09:04 +00:00
parent 8dc4bb0aaa
commit adff7caffd
2 changed files with 65 additions and 43 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && cp dist/index.js /home/ross/rad/rad/rad/static/dv3d/index.js",
"build": "tsc && vite build && cp dist/index.js /home/ross/penracourses/rad/rad/static/dv3d/index.js",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},