From 978596253929a2e626f97445e4e467f53249d075 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Thu, 25 Jun 2026 22:47:00 +0900 Subject: [PATCH] fix(dev): follow up of 1c4bcd9b32414e826fecdeda89f769d9f383b9b6 --- .github/scripts/backend-memory-report.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/backend-memory-report.mts b/.github/scripts/backend-memory-report.mts index b564e9e6d6..69c57ddaa9 100644 --- a/.github/scripts/backend-memory-report.mts +++ b/.github/scripts/backend-memory-report.mts @@ -5,7 +5,7 @@ import { readFile, writeFile } from 'node:fs/promises'; import * as util from './utility.mts'; -import { type MemoryReport } from './measure-backend-memory-comparison.mts'; +import type { MemoryReport } from './measure-backend-memory-comparison.mts'; const [baseFile, headFile, outputFile, baseJsFootprintFile, headJsFootprintFile] = process.argv.slice(2);