Skip to content

Commit

Permalink
Update src/viewer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux authored May 19, 2023
1 parent f704970 commit a49bdb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/viewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { withTrailingSlash, withoutTrailingSlash, joinURL } from 'ufo'
import type { TWConfig } from './types'

export default async function (twConfig: Partial<TWConfig>, nuxt = useNuxt()) {
// const { withTrailingSlash, withoutTrailingSlash, joinURL } = await import('ufo')
const route = joinURL(nuxt.options.app?.baseURL, '/_tailwind')
// @ts-ignore
const createServer = await import('tailwind-config-viewer/server/index.js').then(r => r.default || r) as any
Expand Down

0 comments on commit a49bdb3

Please sign in to comment.