mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
chore(types): missing import type for JS imports
This commit is contained in:
@@ -10,7 +10,7 @@ import becca from "../becca/becca.js";
|
||||
import AbstractBeccaEntity from "../becca/entities/abstract_becca_entity.js";
|
||||
|
||||
import env from "./env.js";
|
||||
import { IncomingMessage, Server } from "http";
|
||||
import type { IncomingMessage, Server } from "http";
|
||||
import type { EntityChange } from "./entity_changes_interface.js";
|
||||
|
||||
if (env.isDev()) {
|
||||
|
||||
Reference in New Issue
Block a user