v1.6.0 #221

Merged
LukeGus merged 74 commits from dev-1.6.0 into main 2025-09-12 19:42:00 +00:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit ce0129bfba - Show all commits

1
package-lock.json generated
View File

@@ -7,7 +7,6 @@
"": {
"name": "termix",
"version": "1.6.0",
"hasInstallScript": true,
"dependencies": {
"@hookform/resolvers": "^5.1.1",
"@radix-ui/react-accordion": "^1.2.11",

View File

@@ -38,10 +38,10 @@ export const MobileApp: FC = () => {
<Terminal
ref={terminalRef}
hostConfig={{
ip: "192.210.197.55",
ip: "n/a",
port: 22,
username: "bugattiguy527",
password: "bugatti$123"
username: "n/a",
password: "n/a"
}}
isVisible={true}
/>