mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 12:26:24 +00:00
fix(ignore): Migrate to Biome 2 (#791)
This commit is contained in:
@@ -5,13 +5,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
import type {ExtraMetas, RepoImageMeta} from "../src/types";
|
||||
|
||||
import {copyFileSync, existsSync, mkdirSync} from "node:fs";
|
||||
import path from "node:path";
|
||||
|
||||
import {it} from "vitest";
|
||||
import * as common from "../src/common";
|
||||
import type {ExtraMetas, RepoImageMeta} from "../src/types";
|
||||
|
||||
export const IMAGE_V14_1 = "ZLinky_router_v14.ota";
|
||||
export const IMAGE_V14_2 = "ZLinky_router_v14_limited.ota";
|
||||
|
||||
Reference in New Issue
Block a user