chore: Remove optimize imports to allow vite upgrade (#5691)
This commit is contained in:
@@ -2,7 +2,9 @@ import fs from "fs";
|
||||
import http from "http";
|
||||
import path from "path";
|
||||
import Koa, { Context } from "koa";
|
||||
import { isNil, escape, snakeCase } from "lodash";
|
||||
import escape from "lodash/escape";
|
||||
import isNil from "lodash/isNil";
|
||||
import snakeCase from "lodash/snakeCase";
|
||||
import { ValidationError, EmptyResultError } from "sequelize";
|
||||
import env from "@server/env";
|
||||
import { InternalError } from "@server/errors";
|
||||
|
||||
Reference in New Issue
Block a user