chore: include shared path

This commit is contained in:
Aslam H
2024-10-18 23:07:54 +07:00
parent 7d3bb17f4e
commit ef412ebcc6
2 changed files with 7 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ const config = {
"./app/**/*.{js,ts,jsx,tsx}",
"./shared/**/*.{js,ts,jsx,tsx}",
"../web/app/**/*.{js,ts,jsx,tsx}",
"../web/shared/**/*.{js,ts,jsx,tsx}",
],
prefix: "",
safelist: [".dark", ".ProseMirror", ".la-editor"],