RESTfulMC/Frontend/src/app/config.ts

7 lines
102 B
TypeScript
Raw Normal View History

2024-04-15 15:00:47 -07:00
/**
* The configuration for this app.
*/
2024-04-17 16:14:10 -07:00
import config from "@/configJson";
2024-04-18 17:12:25 -07:00
2024-04-15 15:00:47 -07:00
export default config;