Skip to content

Commit

Permalink
Fix twconf to not include node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Sep 6, 2024
1 parent 2892e0f commit 0b9bf6a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion LiftLog.Ui/wwwroot/twconf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"content": ["../**/*.{razor,html,cshtml}"],
"content": [
"./Pages/**/*.{razor,html,cshtml}",
"./Shared/**/*.{razor,html,cshtml}",
"./wwwroot/**/*.{razor,html,cshtml}",
"../Pages/**/*.{razor,html,cshtml}",
"../Shared/**/*.{razor,html,cshtml}",
"../wwwroot/**/*.{razor,html,cshtml}"
],
"theme": {
"//": "This has come from running withMT https://github.com/creativetimofficial/material-tailwind",
"boxShadow": {
Expand Down

0 comments on commit 0b9bf6a

Please sign in to comment.