mtgweeb/vite.config.ts
2024-10-25 23:18:40 +02:00

5 lines
79 B
TypeScript

import wasm from 'vite-plugin-wasm';
export default {
plugins: [wasm()],
};