Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 0fa558a

Browse files
committed
Update lib/create.js
1 parent 5520b93 commit 0fa558a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ async function create(name, options) {
319319
})
320320
}
321321
if (cssLoader !== "css") {
322-
readDir("src");
322+
readDir("/");
323323
viteConfig.css = {}
324324
viteConfig.css.preprocessorOptions = {
325325
[cssLoader]: {

0 commit comments

Comments
 (0)