Load mithril only when in browser
This commit is contained in:
parent
3b0e3f7f25
commit
831c05a60b
1 changed files with 2 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
|||
(load "mithril.scm")
|
||||
(unless (equal? (type window) "undefined")
|
||||
(load "mithril.scm"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue