Skip to content

Commit 65f4a0c

Browse files
committed
feat: Add MPTCP pathways integration and platform startup script
- Add development container configuration - Create pathways integration module for MPTCP kernel communication - Add integrated platform startup script for unified management - Update package.json with latest dependencies - Remove unused upload file - Clean up .DS_Store files This commit adds the necessary infrastructure for MPTCP pathways integration across the network platform applications.
1 parent 44644e5 commit 65f4a0c

File tree

4 files changed

+1207
-1
lines changed

4 files changed

+1207
-1
lines changed

.devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"image":"mcr.microsoft.com/devcontainers/javascript-node"}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"@types/node": "^20.11.19",
4646
"@typescript-eslint/eslint-plugin": "^7.0.2",
4747
"@typescript-eslint/parser": "^7.0.2",
48+
"@vitejs/plugin-react": "^4.6.0",
4849
"eslint": "^8.56.0",
4950
"eslint-config-prettier": "^9.1.0",
5051
"eslint-plugin-import": "^2.29.1",
@@ -86,4 +87,3 @@
8687
"mptcp"
8788
]
8889
}
89-

0 commit comments

Comments
 (0)