mtgweeb/vite.config.ts

6 lines
79 B
TypeScript
Raw Normal View History

2024-10-25 21:18:40 +00:00
import wasm from 'vite-plugin-wasm';
export default {
plugins: [wasm()],
};