We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b185a42 commit 36aab96Copy full SHA for 36aab96
public/main.js
@@ -1,4 +1,4 @@
1
-import { deleteAllPipelines } from "/modules/storage.js";
+import { deleteAllPipelines } from "./modules/storage.js";
2
3
window.onload = async function () {
4
const gitLabName = localStorage.getItem("gitlab-name");
0 commit comments