Imports.ps1
# This is a locally sourced Imports file for local development. # It can be imported by the psm1 in local development to add script level variables. # It will merged in the build process. This is for local development only. # region Script Variables # $script:resourcePath = "$PSScriptRoot\Resources" Export-ModuleMember -Alias * |