mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 19:35:38 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2aa8a441df | ||
|
|
1674ce2d51 |
@@ -12,6 +12,7 @@ COPY ./client/periphery ./client/periphery
|
||||
COPY ./bin/core ./bin/core
|
||||
COPY ./bin/periphery ./bin/periphery
|
||||
COPY ./bin/cli ./bin/cli
|
||||
COPY ./xtask ./xtask
|
||||
|
||||
# Compile bin
|
||||
RUN \
|
||||
|
||||
@@ -11,6 +11,7 @@ COPY ./client/core/rs ./client/core/rs
|
||||
COPY ./client/periphery ./client/periphery
|
||||
COPY ./bin/core ./bin/core
|
||||
COPY ./bin/cli ./bin/cli
|
||||
COPY ./xtask ./xtask
|
||||
|
||||
# Compile app
|
||||
RUN cargo build -p komodo_core --release && \
|
||||
|
||||
@@ -9,6 +9,7 @@ COPY ./lib ./lib
|
||||
COPY ./client/core/rs ./client/core/rs
|
||||
COPY ./client/periphery ./client/periphery
|
||||
COPY ./bin/periphery ./bin/periphery
|
||||
COPY ./xtask ./xtask
|
||||
|
||||
# Compile app
|
||||
RUN cargo build -p komodo_periphery --release && cargo strip
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"jotai-location": "^0.6.2",
|
||||
"lucide-react": "^1.7.0",
|
||||
"mogh_auth_client": "^1.5.0",
|
||||
"mogh_ui": "^0.5.1",
|
||||
"mogh_ui": "^0.6.1",
|
||||
"monaco-editor": "^0.55.1",
|
||||
"monaco-yaml": "^5.4.1",
|
||||
"react": "^19.2.4",
|
||||
|
||||
@@ -911,10 +911,10 @@ mogh_auth_client@^1.5.0:
|
||||
dependencies:
|
||||
jwt-decode "^4.0.0"
|
||||
|
||||
mogh_ui@^0.5.1:
|
||||
version "0.5.1"
|
||||
resolved "https://registry.yarnpkg.com/mogh_ui/-/mogh_ui-0.5.1.tgz#fcaf95716b3a8169fde3b49e1df529fbcb1bbfa6"
|
||||
integrity sha512-WYeIujOfCKTtu7+W5NPTU3SiNHUSVLz9jj3Gjxvt6gQemwyW0lptnagCVOceLaeGdY4wLOjaJ/HT5F9PIUga5g==
|
||||
mogh_ui@^0.6.1:
|
||||
version "0.6.1"
|
||||
resolved "https://registry.yarnpkg.com/mogh_ui/-/mogh_ui-0.6.1.tgz#c03db66bc4f830706bb17c2733eb541566930b29"
|
||||
integrity sha512-OpEN7HAYOvj/RWLOtkNem4eU82etribTQrfVi0bmNyBh5Zw0GY2FoanAHU0cCB2a5Q2rZD6keWb2axQhWog30A==
|
||||
|
||||
monaco-editor@^0.55.1:
|
||||
version "0.55.1"
|
||||
|
||||
Reference in New Issue
Block a user