Files
turso/bindings/wasm/web/html/index.html
Elijah Morgan f7be8b834b got vitest working
run via npm run test -w web
2025-01-16 21:29:19 -05:00

10 lines
195 B
HTML

<!DOCTYPE html>
<html>
<body>
<script type="module">
import { VFSInterface } from './src/opfs-interface.js';
window.VFSInterface = VFSInterface;
</script>
</body>
</html>