From: Chris Duncan Date: Sun, 23 Jun 2024 21:22:15 +0000 (-0700) Subject: Initialize project file. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=ad87d693317c02ec8bd6d103c035d4d9d4165ef3;p=flowpex.git Initialize project file. --- diff --git a/sfdx-project.json b/sfdx-project.json new file mode 100644 index 0000000..9403406 --- /dev/null +++ b/sfdx-project.json @@ -0,0 +1,11 @@ +{ + "name": "Flowpex", + "namespace": "flowpex", + "sourceApiVersion": "61.0", + "packageDirectories": [ + { + "path": "default", + "default": true + } + ] +}