switch compiler to swc, add eslint
This commit is contained in:
parent
9f74db9857
commit
42f48fb046
13 changed files with 1422 additions and 144 deletions
|
@ -1,10 +1,10 @@
|
|||
import type { FastifyReply, FastifyRequest, RouteOptions } from "fastify";
|
||||
import { IsNull } from "typeorm";
|
||||
|
||||
import log from "../../log.js";
|
||||
import MercuryDataSource from "../../db/index.js";
|
||||
import { Blog } from "../../db/entities/blog.js";
|
||||
import { BASE_URL } from "../../config.js";
|
||||
import log from "~/log.js";
|
||||
import MercuryDataSource from "~/db/index.js";
|
||||
import { Blog } from "~entities/blog.js";
|
||||
import { BASE_URL } from "~/config.js";
|
||||
|
||||
const route: RouteOptions = {
|
||||
method: "GET",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue