Skip to content

Commit 670a870

Browse files
committed
Migrate to SFDX
1 parent a270b37 commit 670a870

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+27
-26
lines changed

.forceignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# List files or directories below to ignore them when running force:source:push, force:source:pull, and force:source:status
2+
# More information: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_exclude_source.htm
3+
#
4+
5+
package.xml
6+
7+
# LWC configuration files
8+
**/jsconfig.json
9+
**/.eslintrc.json
10+
11+
# LWC Jest
12+
**/__tests__/**

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ config/
44
debug/
55
*.sublime-project
66
salesforce.schema
7-
.idea/*
7+
.idea/
8+
.sfdx/
89
IlluminatedCloud/*

README.md

+1-1

sfdx-project.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"packageDirectories": [
3+
{
4+
"path": "sfdx-source/apex-lambda",
5+
"default": true
6+
}
7+
],
8+
"name": "apex-lambda",
9+
"namespace": "",
10+
"sfdcLoginUrl": "https://login.salesforce.com",
11+
"sourceApiVersion": "52.0"
12+
}

src/package.xml

-24
This file was deleted.

0 commit comments

Comments
 (0)