Skip to content

Commit c5e0748

Browse files
committed
wip
1 parent b6334ef commit c5e0748

File tree

1 file changed

+1
-1
lines changed
  • packages/tailwindcss-language-service/scripts

1 file changed

+1
-1
lines changed

Diff for: packages/tailwindcss-language-service/scripts/build.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import minimist from 'minimist'
55
import { nodeExternalsPlugin } from 'esbuild-node-externals'
66
import { fileURLToPath } from 'node:url'
77

8-
const __dirname = fileURLToPath(import.meta.url)
8+
const __dirname = path.dirname(fileURLToPath(import.meta.url))
99

1010
const args = minimist(process.argv.slice(2), {
1111
boolean: ['watch', 'minify'],

0 commit comments

Comments
 (0)