We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ce9b0 commit 60f7fffCopy full SHA for 60f7fff
1 file changed
Build.fs
@@ -16,7 +16,7 @@ let sharedTestsPath = Path.getFullName "tests/Shared"
16
let serverTestsPath = Path.getFullName "tests/Server"
17
let clientTestsPath = Path.getFullName "tests/Client"
18
19
-let appName = "safebookstoret"
+let appName = "safebookstore"
20
let storageAccountName = $"{appName}storage"
21
let logAnalyticsName = $"{appName}-la"
22
let appInsightsName = $"{appName}-ai"
0 commit comments