Skip to content

Commit 804a382

Browse files
committed
fixed tailwind.config.js module not found
1 parent 5d3fc88 commit 804a382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/core/getting-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ npx tailwindcss init
7070
Update `tailwind.config.js`:
7171
```javascript
7272
/** @type {import('tailwindcss').Config} */
73-
module.exports = {
73+
export default {
7474
content: [
7575
"./src/**/*.{js,jsx,ts,tsx}",
7676
"./node_modules/@fireact.dev/core/dist/**/*.{js,mjs}"

0 commit comments

Comments
 (0)