feat: init
This commit is contained in:
4
node_modules/nitropack/dist/runtime/internal/client.mjs
generated
vendored
Normal file
4
node_modules/nitropack/dist/runtime/internal/client.mjs
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { $fetch } from "ofetch";
|
||||
if (!globalThis.$fetch) {
|
||||
globalThis.$fetch = $fetch;
|
||||
}
|
||||
Reference in New Issue
Block a user