mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-28 11:34:41 +03:00
Uses string for glob pattern (#1765)
This commit is contained in:
parent
0d0deb47f1
commit
3cb706e124
@ -275,7 +275,7 @@ genViteConfig spec = return $ C.mkTmplFdWithData tmplFile tmplData
|
||||
"vitest"
|
||||
.= object
|
||||
[ "setupFilesArray" .= makeJsArrayFromHaskellList vitestSetupFiles,
|
||||
"excludeWaspArtefactsPattern" .= SP.fromRelFile (dotWaspDirInWaspProjectDir </> [relfile|**/*|])
|
||||
"excludeWaspArtefactsPattern" .= (SP.fromRelDir dotWaspDirInWaspProjectDir ++ "**/*")
|
||||
]
|
||||
]
|
||||
vitestSetupFiles =
|
||||
|
Loading…
Reference in New Issue
Block a user