This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Description
Hey!
I'm trying to call a script outside my aleph project (I am on a monorepo project).
import React from "https://esm.sh/react";
import a from "../../dt-gitlab-wrapper/index.ts";
const b = new a("1");
export default function Runners() {
...
}
When I do that I get the following error:

It's normal behavior? We can't call a script outside the component?