refactor: all .ts to .js files 😱
This commit is contained in:
parent
03815d3918
commit
465cde6ea1
6 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@
|
|||
* McFly SSR logic
|
||||
*/
|
||||
import { defineRoute } from "@mcflyjs/core/event-handler.mjs";
|
||||
import config from "../mcfly.config";
|
||||
import config from "../mcfly.config.mjs";
|
||||
export default defineRoute({ config, storage: useStorage() });
|
|
@ -2,5 +2,5 @@
|
|||
* McFly SSR logic
|
||||
*/
|
||||
import { defineRoute } from "@mcflyjs/core/event-handler.mjs";
|
||||
import config from "../mcfly.config";
|
||||
import config from "../mcfly.config.mjs";
|
||||
export default defineRoute({ config, storage: useStorage() });
|
Loading…
Reference in a new issue