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 67b7e70 commit 78fbd7cCopy full SHA for 78fbd7c
src/templates.ts
@@ -2,8 +2,8 @@ import { hash } from 'ohash'
2
import type { ModuleOptions } from './module'
3
import { logger } from './logger'
4
import type { RegistryScript } from '#nuxt-scripts/types'
5
-import {useNuxt} from "@nuxt/kit";
6
-import {relative} from "pathe";
+import { useNuxt } from '@nuxt/kit'
+import { relative } from 'pathe'
7
8
export function templatePlugin(config: Partial<ModuleOptions>, registry: Required<RegistryScript>[]) {
9
if (Array.isArray(config.globals)) {
0 commit comments