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 8bc172e commit 77135deCopy full SHA for 77135de
.gitignore
@@ -19,3 +19,6 @@ server/api-service/lowcoder-server/src/main/resources/application-local-dev.yaml
19
translations/locales/node_modules/
20
server/api-service/lowcoder-server/src/main/resources/application-local-dev-ee.yaml
21
node_modules
22
+
23
+# Local Netlify folder
24
+.netlify
client/netlify.toml
@@ -2,3 +2,7 @@
2
from = "/*"
3
to = "/"
4
status = 200
5
+[build]
6
+ base = "client"
7
+ command = "yarn workspace lowcoder build"
8
+ publish = "client/packages/lowcoder/build"
0 commit comments