bunext/utils/grab-app-names.ts
2025-11-05 07:12:15 +01:00

9 lines
173 B
TypeScript

const AppNames = {
defaultPort: 7000,
defaultAssetPrefix: "_bunext/static",
name: "Bunext",
defaultDistDir: ".bunext",
} as const;
export default AppNames;