Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 9c97a84

Browse files
committed
chore: Fixed portal deployment
1 parent 8a5336c commit 9c97a84

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

portal/terminal/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "@dpkit/portal/terminal",
3+
"type": "module",
4+
"version": "0.0.0-dev",
5+
"private": true
6+
}

portal/typescript/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "@dpkit/portal/typescript",
3+
"type": "module",
4+
"version": "0.0.0-dev",
5+
"private": true
6+
}

0 commit comments

Comments
 (0)