mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-19 12:55:26 +02:00
Compare commits
3 Commits
feat/scim-
...
v0.29.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
98a586478e | ||
|
|
13248c8d8a | ||
|
|
54417ca8e7 |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dokploy",
|
"name": "dokploy",
|
||||||
"version": "v0.29.0",
|
"version": "v0.29.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -30,13 +30,9 @@ export const findPreviewDeploymentById = async (
|
|||||||
with: {
|
with: {
|
||||||
domain: true,
|
domain: true,
|
||||||
application: {
|
application: {
|
||||||
with: {
|
columns: {
|
||||||
server: true,
|
applicationId: true,
|
||||||
environment: {
|
serverId: true,
|
||||||
with: {
|
|
||||||
project: true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user