fix: vercel not being able to use require in module
This commit is contained in:
parent
e6d4439dc1
commit
cfd0975ca3
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
|
import myPreset from "@developomp-site/tailwind-config/tailwind.config.js"
|
||||||
|
|
||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
export default {
|
export default {
|
||||||
presets: [require("@developomp-site/tailwind-config/tailwind.config.js")],
|
presets: [myPreset],
|
||||||
content: ["./src/**/*.{html,js,svelte,ts}"],
|
content: ["./src/**/*.{html,js,svelte,ts}"],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue