Skip to content

Commit fd4392e

Browse files
committed
chore: apply vitejs#18969
1 parent 83e86ae commit fd4392e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

playground/backend-integration/tailwind.config.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
/** @type {import('tailwindcss').Config} */
1+
import { fileURLToPath } from 'node:url'
2+
import { dirname } from 'node:path'
3+
4+
const __filename = fileURLToPath(import.meta.url)
5+
const __dirname = dirname(__filename)
26

7+
/** @type {import('tailwindcss').Config} */
38
export default {
49
content: [__dirname + '/frontend/**/*.{css,html,ts,js}'],
510
theme: {

0 commit comments

Comments
 (0)