Setting build type and respective projects

This commit is contained in:
Benoy Bose 2025-03-15 08:52:22 +05:30
parent 2989f30f3e
commit a7c0e4f451
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"projects": {
"default": "fitlien-dev",
"prod": "fitlien"
"debug": "fitlien-dev",
"release": "fitlien"
}
}

View File

@ -26,3 +26,4 @@ extends:
functionsWorkingDirectory: "$(Build.SourcesDirectory)/functions"
envExamplePath: "$(Build.SourcesDirectory)/functions/.env.example"
envPath: "$(Build.SourcesDirectory)/functions/.env"
buildType: release