7 lines
137 B
TypeScript
7 lines
137 B
TypeScript
import type { BunextConfig } from "@moduletrace/bunext/types";
|
|
|
|
const config: BunextConfig = {
|
|
port: 3070,
|
|
};
|
|
export default config;
|