We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6617307 commit d5c16acCopy full SHA for d5c16ac
frameworks/keyed/mahal/src/index.ts
@@ -1,12 +1,6 @@
1
import { Mahal } from "mahal";
2
import App from "@/app.mahal";
3
-import { registerGlobalFormatter } from "@/formatters";
4
-import config from "~/config/env";
5
6
7
const app = new Mahal(App, '#main');
8
-// register global formatter
9
-registerGlobalFormatter(app);
10
-// set config to be available globally
11
-app.global.config = config;
12
app.create();
0 commit comments