personal-site-bunext/bunext.config.ts
2026-03-29 08:53:54 +01:00

7 lines
137 B
TypeScript

import type { BunextConfig } from "@moduletrace/bunext/types";
const config: BunextConfig = {
port: 3070,
};
export default config;