Skip to content
Snippets Groups Projects
Commit ab626387 authored by Shachar Itzhaky's avatar Shachar Itzhaky
Browse files

[bugfix] Path fixes.

parent db346ca3
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ const JsCoq = {
backend: 'js', /* 'js' or 'wa' */
// js worker path, to be replaced soon
base_path: scriptDir ? `${scriptDir}../../../` : "./",
base_path: scriptDir ? `${scriptDir}../../` : "./",
// Main entry point
async start(...args) {
......
......@@ -74,7 +74,7 @@
"frontend",
"backend/*.js",
"backend/*.ts",
"backend/jsoo/*.bc.cjs",
"backend/jsoo/*.bc.js",
"backend/wasm/*.bc",
"backend/wasm/*.wasm",
"coq-pkgs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment