build(coding-agent): replaced wasm-vips with @silvia-odwyer/photon-node for image processing (#710)

- Replaced wasm-vips dependency with @silvia-odwyer/photon-node for image processing.
This commit is contained in:
Can Bölük 2026-01-14 02:46:49 +01:00 committed by GitHub
parent 95859725b7
commit 6bf073f130
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 148 additions and 225 deletions

View file

@ -5,5 +5,10 @@ export default defineConfig({
globals: true,
environment: 'node',
testTimeout: 30000, // 30 seconds for API calls
}
server: {
deps: {
external: [/@silvia-odwyer\/photon-node/],
},
},
},
});