There was an error while loading. Please reload this page.
1 parent 9832b78 commit c7c5acfCopy full SHA for c7c5acf
1 file changed
src/StippleCodeMirror.jl
@@ -83,7 +83,7 @@ function highlight(x)
83
end
84
85
# definition of local routes and deps
86
-basedir = dirname(dirname(Base.find_package("StippleCodeMirror")))
+basedir = dirname(@__DIR__)
87
88
deps_routes::Vector{Route} = [
89
add_fileroute(assets_config, "codemirror.min.js"; basedir),
0 commit comments