Put lib/css under public/

This commit is contained in:
huchenlei
2024-06-13 14:17:06 -04:00
parent 33fe18fa41
commit 1cfcd76754
8 changed files with 7 additions and 8 deletions

View File

@@ -22,5 +22,5 @@
/* AllowJs during migration phase */
"allowJs": true
},
"include": ["src"]
"include": ["src", "public/lib"]
}