UNPKG

@opengis/admin

Version:

This project Softpro Admin

5 lines (3 loc) 169 B
import { existsSync, readFileSync } from 'node:fs'; const config = existsSync('config.json') ? JSON.parse(readFileSync('config.json')) : {}; export default config;