fix: replace nlk import path in a template to make some tests working

This commit is contained in:
HerozDotExe 2026-05-27 23:06:48 +02:00
parent ac7a5c3faa
commit 5fd89045a2

View file

@ -1,5 +1,5 @@
import { test } from "vitest";
import { Instance, offlineAuth, RuntimeManager, getJavaComponent, importModrinthModpack } from "../dist/index.js";
import { Instance, offlineAuth, RuntimeManager, getJavaComponent, importModrinthModpack } from "../../dist/index.js";
import path from "path";
import fs from "fs/promises";