Skip to content

Commit 5c3dc54

Browse files
author
smallstone
committed
feat: update package
1 parent c7891b8 commit 5c3dc54

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "gui"]
22
path = gui
3-
url = git@github.com:devchat-ai/devchat-gui.git
3+
url = https://github.com/devchat-ai/devchat-gui.git

gui

Submodule gui added at 18ecef9

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "devchat-intellij",
3+
"scripts": {
4+
"build": "cd ./gui && yarn && yarn idea"
5+
}
6+
}

0 commit comments

Comments
 (0)