Content-Length: 271865 | pFad | http://github.com/lowcoder-org/lowcoder/commit/77135def900182d5f0b0d661ca7fab51cac9c2c9
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"
Fetched URL: http://github.com/lowcoder-org/lowcoder/commit/77135def900182d5f0b0d661ca7fab51cac9c2c9
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments