fix: complete Velocity-OS feature migration wiring
Some checks failed
Velocity-OS Deployment Pipeline / lint (push) Has been cancelled
Velocity-OS Deployment Pipeline / build-and-push (agents) (push) Has been cancelled
Velocity-OS Deployment Pipeline / build-and-push (core) (push) Has been cancelled
Velocity-OS Deployment Pipeline / build-and-push (media-engine) (push) Has been cancelled
Velocity-OS Deployment Pipeline / build-and-push (webos) (push) Has been cancelled
Velocity-OS Deployment Pipeline / sign-images (agents) (push) Has been cancelled
Velocity-OS Deployment Pipeline / sign-images (core) (push) Has been cancelled
Velocity-OS Deployment Pipeline / sign-images (media-engine) (push) Has been cancelled
Velocity-OS Deployment Pipeline / sign-images (webos) (push) Has been cancelled
Velocity-OS Deployment Pipeline / notify-ingress (push) Has been cancelled

This commit is contained in:
2026-05-02 22:42:26 +05:30
parent 8b2d836589
commit 600716a69d
19 changed files with 1050 additions and 123 deletions

View File

@@ -50,6 +50,13 @@ export default defineConfig({
outDir: 'dist',
sourcemap: false, // no source maps in production build
minify: 'esbuild',
modulePreload: {
resolveDependencies(_url, deps) {
// Three.js is only needed after entering Studio/property 3D routes.
// Do not preload the heavy R3F chunk on the Command/Pipeline landing path.
return deps.filter((dep) => !dep.includes('vendor-three'));
},
},
rollupOptions: {
output: {
// Content-hash filenames for immutable caching