remove cache in ios and web

This commit is contained in:
ANLGBOY
2025-11-23 15:54:49 +09:00
parent 8d42b55965
commit 5d2e263401
17 changed files with 0 additions and 1986 deletions

View File

@@ -1,14 +0,0 @@
import { defineConfig } from 'vite';
export default defineConfig({
server: {
port: 3000,
open: true
},
build: {
target: 'esnext'
},
optimizeDeps: {
exclude: ['onnxruntime-web']
}
});