You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cosv-frontend/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
### Building
4
4
* For IR usage see https://github.com/JetBrains/kotlin-wrappers#experimental-ir-backend
5
5
6
-
To run frontend locally, use `./gradlew :save-cosv-frontend:browserDevelopmentRun --continuous` or `./gradlew :save-cosv-frontend:browserProductionRun --continuous`.
6
+
To run frontend locally, use `./gradlew :cosv-frontend:browserDevelopmentRun --continuous` or `./gradlew :cosv-frontend:browserProductionRun --continuous`.
7
7
8
-
To pack distribution, use `./gradlew :save-cosv-frontend:browserDevelopmentWebpack` and `./gradlew :save-cosv-frontend:browserProductionWebpack`.
8
+
To pack distribution, use `./gradlew :cosv-frontend:browserDevelopmentWebpack` and `./gradlew :cosv-frontend:browserProductionWebpack`.
9
9
10
10
save-backend consumes frontend distribution as a dependency. Frontend distribution is copied and included in spring boot resources.
0 commit comments