Skip to content

Commit

Permalink
add src/App to unit search list
Browse files Browse the repository at this point in the history
  • Loading branch information
zamronypj committed Jun 15, 2021
1 parent bd20c09 commit bbf07c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ strBuildCfg: string =
'#----------------------------------------------' + LineEnding +
'-Fu$USER_APP_DIR$/Dependencies' + LineEnding +
'-Fu$USER_APP_DIR$/Routes' + LineEnding +
'-Fu$USER_APP_DIR$/App' + LineEnding +
'#-Fu$USER_APP_DIR$/path/to/other/units' + LineEnding +
'#-Fu$USER_APP_DIR$/path/to/other/units' + LineEnding +
'' + LineEnding +
Expand Down

0 comments on commit bbf07c2

Please sign in to comment.