forked from x/ContextOS
opt plan
This commit is contained in:
parent
1f6b4942dd
commit
32f4d8fa8e
4
etc/webview.txt
Normal file
4
etc/webview.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
shylinux https://shylinux.com
|
||||||
|
localhost http://localhost:9020
|
||||||
|
vimer "http://localhost:9020/chat/cmd/web.code.vimer?path=src/,usr/icebergs/,usr/volcanos/&file=main.go"
|
||||||
|
plan "http://localhost:9020/chat/cmd/web.team.plan"
|
@ -23,6 +23,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
go ice.Run(web.SERVE, tcp.START)
|
go ice.Run(web.SERVE, tcp.START)
|
||||||
|
defer ice.Pulse.Cmd(ice.EXIT)
|
||||||
time.Sleep(time.Second)
|
time.Sleep(time.Second)
|
||||||
webview.Run(func(w *webview.WebView) ice.Any { return view{w} })
|
webview.Run(func(w *webview.WebView) ice.Any { return view{w} })
|
||||||
}
|
}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
shylinux https://shylinux.com
|
|
||||||
localhost http://localhost:9020
|
|
||||||
vimer "http://localhost:9020/chat/cmd/web.code.vimer?topic=black&path=src/,usr/icebergs/,usr/volcanos/&file=main.go"
|
|
Loading…
x
Reference in New Issue
Block a user