Skip to content

Commit

Permalink
Add skeleton comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sodic committed Oct 24, 2022
1 parent 51b426a commit 789dc8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions waspc/cli/src/Wasp/Cli/Command/CreateNewProject.hs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ getAbsoluteWaspProjectDir (ProjectInfo projectName _) = do
"Project creation failed"
("Failed to parse absolute path to wasp project dir: " ++ show err)

-- To avoid creating a new project manually, we copy the project directory skeleton from our templates.
initializeProjectFromSkeleton :: Path' Abs (Dir Common.WaspProjectDir) -> IO ()
initializeProjectFromSkeleton absWaspProjectDir = do
dataDir <- Data.getAbsDataDirPath
Expand Down
2 changes: 1 addition & 1 deletion waspc/src/Wasp/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module Wasp.Util
orIfNothing,
orIfNothingM,
kebabToCamelCase,
maybeToEither
maybeToEither,
)
where

Expand Down

0 comments on commit 789dc8f

Please sign in to comment.