(wasm) webdriver-based tests for JS/TS apis, update README
This commit is contained in:
5
veilid-wasm/tests/vite.config.ts
Normal file
5
veilid-wasm/tests/vite.config.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { defineConfig } from 'vite';
|
||||
import wasm from 'vite-plugin-wasm';
|
||||
export default defineConfig({
|
||||
plugins: [wasm()],
|
||||
});
|
Reference in New Issue
Block a user