daton/app/configs/app.config.ts

6 lines
113 B
TypeScript
Raw Normal View History

import { env } from '../../lib/src/unit/Scaffolding.ts';
export default {
name: env('APP_NAME', 'Daton'),
}