mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-09 16:03:54 +05:00
feat/api-prox: change run scripts
This commit is contained in:
parent
022dc7b284
commit
78b9776899
8 changed files with 159 additions and 15 deletions
8
api-prox/bun.ts
Normal file
8
api-prox/bun.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
import app from "./src/index.ts";
|
||||
|
||||
const ex = {
|
||||
port: 7001,
|
||||
fetch: app.fetch,
|
||||
};
|
||||
|
||||
export default ex;
|
Loading…
Add table
Add a link
Reference in a new issue