mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
fix alias
This commit is contained in:
parent
195c585049
commit
605c07d5ab
@ -2,7 +2,7 @@ import path from "path"
|
|||||||
import { Server, registerBaseAliases } from "linebridge/dist/server"
|
import { Server, registerBaseAliases } from "linebridge/dist/server"
|
||||||
|
|
||||||
registerBaseAliases(undefined, {
|
registerBaseAliases(undefined, {
|
||||||
"@services": path.resolve(process.cwd(), "src/services"),
|
"@services": path.resolve(__dirname, "services"),
|
||||||
})
|
})
|
||||||
|
|
||||||
import express from "express"
|
import express from "express"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user