web: Tidy order.

This commit is contained in:
Teffen Ellis
2025-06-26 23:39:00 +02:00
parent 3e67e358ce
commit ecfd1b077d
7 changed files with 16 additions and 14 deletions

View File

@ -3,9 +3,12 @@
*
* @runtime node
*/
import { MonoRepoRoot } from "#paths/node";
import { execSync } from "node:child_process";
import { MonoRepoRoot } from "#paths/node";
// ts-import-sorter: disable
import PackageJSON from "../../../../package.json" with { type: "json" };
/**