From 12dc3742cec7c658f5e201abbf7476bb4b44d239 Mon Sep 17 00:00:00 2001 From: Richard Walker Date: Mon, 19 Aug 2024 13:42:12 +1200 Subject: [PATCH] chore: remove erroneous import --- lib/podlet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/podlet.js b/lib/podlet.js index ca93d291..a2128acd 100644 --- a/lib/podlet.js +++ b/lib/podlet.js @@ -14,7 +14,7 @@ import Proxy from '@podium/proxy'; import { join, dirname } from 'node:path'; import { fileURLToPath } from 'node:url'; // @ts-ignore -import fs, { link } from 'node:fs'; +import fs from 'node:fs'; const currentDirectory = dirname(fileURLToPath(import.meta.url)); const pkgJson = fs.readFileSync(