mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 22:09:16 +01:00
refactor: 🚚 Add slash to typescript path shortcuts
This commit is contained in:
parent
5b658984a5
commit
0706541546
176 changed files with 733 additions and 733 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { applyConfig } from "@api";
|
||||
import { jsonResponse } from "@response";
|
||||
import { applyConfig } from "@/api";
|
||||
import { jsonResponse } from "@/response";
|
||||
import type { Hono } from "hono";
|
||||
import manifest from "~package.json";
|
||||
import manifest from "~/package.json";
|
||||
|
||||
export const meta = applyConfig({
|
||||
allowedMethods: ["GET"],
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import { applyConfig } from "@api";
|
||||
import { redirect } from "@response";
|
||||
import { applyConfig } from "@/api";
|
||||
import { redirect } from "@/response";
|
||||
import type { Hono } from "hono";
|
||||
import { config } from "~packages/config-manager";
|
||||
import { config } from "~/packages/config-manager";
|
||||
|
||||
export const meta = applyConfig({
|
||||
allowedMethods: ["GET"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue