fix imports
This commit is contained in:
10
src/index.ts
10
src/index.ts
@@ -1,11 +1,11 @@
|
|||||||
import type { FastifyReply, FastifyRequest } from "fastify";
|
import type { FastifyReply, FastifyRequest } from "fastify";
|
||||||
import fastify from "fastify";
|
import fastify from "fastify";
|
||||||
import fastifyAxios from "fastify-axios";
|
import fastifyAxios from "fastify-axios";
|
||||||
import { Config } from "./config";
|
import { Config } from "./config.js";
|
||||||
import { HomeAssistantClient } from "./homeassistant/client";
|
import { HomeAssistantClient } from "./homeassistant/client.js";
|
||||||
import { HomeAssistantService } from "./homeassistant/service";
|
import { HomeAssistantService } from "./homeassistant/service.js";
|
||||||
import { TidalClient } from "./tidal/client";
|
import { TidalClient } from "./tidal/client.js";
|
||||||
import { TidalService } from "./tidal/service";
|
import { TidalService } from "./tidal/service.js";
|
||||||
|
|
||||||
const server = fastify();
|
const server = fastify();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user