RESTfulMC/Frontend/src/app/config.ts

6 lines
101 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-15 15:00:47 -07:00
export default config;