Skip to content

Commit 77135de

Browse files
author
FalkWolsky
committed
Update Netlify Config to support local build
1 parent 8bc172e commit 77135de

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ server/api-service/lowcoder-server/src/main/resources/application-local-dev.yaml
1919
translations/locales/node_modules/
2020
server/api-service/lowcoder-server/src/main/resources/application-local-dev-ee.yaml
2121
node_modules
22+
23+
# Local Netlify folder
24+
.netlify

client/netlify.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
from = "/*"
33
to = "/"
44
status = 200
5+
[build]
6+
base = "client"
7+
command = "yarn workspace lowcoder build"
8+
publish = "client/packages/lowcoder/build"

0 commit comments

Comments
 (0)