We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4776f75 commit b3d94b6Copy full SHA for b3d94b6
.gitignore
@@ -14,4 +14,7 @@ testbox/*
14
artifacts/*
15
apidocs/docbox/*
16
workbench/*
17
-build/*
+build/*
18
+
19
+# Engines
20
+.engine/**
server.json
@@ -5,5 +5,9 @@
5
"http":{
6
"port":"49616"
7
}
8
+ },
9
+ "app":{
10
+ "cfengine":"[email protected]",
11
+ "serverHomeDirectory":".engine/lucee4"
12
13
0 commit comments