Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
komyg committed Dec 23, 2024
1 parent be6d6be commit 9830797
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions waspc/src/Wasp/Project/Analyze.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import StrongPath
fromAbsDir,
fromAbsFile,
fromRelFile,
relfile,
reldir,
relfile,
(</>),
)
import System.Exit (ExitCode (..))
Expand Down Expand Up @@ -250,7 +250,6 @@ constructAppSpec waspDir options externalConfigs parsedPrismaSchema decls = do

return $ runValidation ASV.validateAppSpec appSpec


waspDirExists :: Path' Abs (Dir WaspProjectDir) -> IO (Either String (Path' Abs (Dir WaspProjectDir)))
waspDirExists waspDir = do
let waspDotWaspPath = waspDir </> [relfile|.wasp|]
Expand Down

0 comments on commit 9830797

Please sign in to comment.