Skip to content

Commit

Permalink
update for new daytona version (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Kriskovic <[email protected]>
Signed-off-by: Toma Puljak <[email protected]>
Co-authored-by: Toma Puljak <[email protected]>
  • Loading branch information
Swearengen and Tpuljak authored Jan 30, 2025
1 parent 6e0728c commit ecbf88e
Show file tree
Hide file tree
Showing 7 changed files with 15,173 additions and 6,013 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "react-scripts start",
"build": "react-scripts build",
"format:write": "prettier --write src/**/*.{ts,tsx}",
"generate-api-client": "openapi-generator-cli generate -i https://raw.githubusercontent.com/daytonaio/daytona/v0.40.0/pkg/api/docs/swagger.json -g typescript-axios --additional-properties=enumNameSuffix= --type-mappings=DateTime=Date -o src/api-client && npm run format:write"
"generate-api-client": "openapi-generator-cli generate -i https://raw.githubusercontent.com/daytonaio/daytona/v0.52.0/pkg/api/docs/swagger.json -g typescript-axios --additional-properties=enumNameSuffix= --type-mappings=DateTime=Date -o src/api-client && npm run format:write"
},
"dependencies": {
"@docker/docker-mui-theme": "^0.0.9",
Expand Down
Loading

0 comments on commit ecbf88e

Please sign in to comment.