mirror of
https://github.com/ilyakooo0/purescript-indexed-DB.git
synced 2024-11-22 10:42:14 +03:00
5 lines
97 B
JavaScript
5 lines
97 B
JavaScript
|
import "fake-indexeddb/auto";
|
||
|
import * as Main from './output/Test.Main/index.js';
|
||
|
|
||
|
Main.main();
|