[oden] Main is ts now dummy
This commit is contained in:
parent
1aa3663ca4
commit
e3ae371f53
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ impl ScriptContext {
|
||||||
.expect("Graphics module should load without error");
|
.expect("Graphics module should load without error");
|
||||||
|
|
||||||
let module = context
|
let module = context
|
||||||
.import_module("./src/main.js", "")
|
.import_module("./src/main.ts", "")
|
||||||
.expect("Unable to load main");
|
.expect("Unable to load main");
|
||||||
|
|
||||||
let init = module
|
let init = module
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue