File tree Expand file tree Collapse file tree 3 files changed +26
-12
lines changed Expand file tree Collapse file tree 3 files changed +26
-12
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export VITE_WASM_BASE_URL=/wasm
36
36
37
37
.PHONY :run
38
38
run :
39
- @GOROOT=$(GOROOT ) $(GO ) run $(PKG ) \
39
+ @GOROOT=$(GOROOT ) APP_CLEAN_INTERVAL=10h $(GO ) run $(PKG ) \
40
40
-f ./data/packages.json \
41
41
-static-dir=" $( UI) /build" \
42
42
-gtag-id=" $( GTAG) " \
Original file line number Diff line number Diff line change 1
1
./internal/builder/...
2
2
./internal/analyzer/...
3
3
./pkg/goplay/...
4
- ./internal/langserver /webutil
4
+ ./internal/server /webutil
5
5
./pkg/util/...
Original file line number Diff line number Diff line change 1
1
{
2
- "Interface - Terminal " : [
2
+ "Go - General " : [
3
3
{
4
- "issueId" : 303 ,
5
- "url" : " /pull/303" ,
6
- "description" : " Support terminal sequences and colored output"
4
+ "issueId" : 324 ,
5
+ "url" : " issues/324" ,
6
+ "description" : " Add workaround for Playground API unit tests bug"
7
+ }
8
+ ],
9
+ "Go - WebAssembly" : [
10
+ {
11
+ "issueId" : 348 ,
12
+ "url" : " /issues/348" ,
13
+ "description" : " Disable Yaegi Go interpreter"
14
+ }
15
+ ],
16
+ "Interface - General" : [
17
+ {
18
+ "issueId" : 354 ,
19
+ "url" : " pull/354" ,
20
+ "description" : " Add file deletion confirm dialog"
7
21
},
8
22
{
9
- "issueId" : 264 ,
10
- "url" : " /issues/264 " ,
11
- "description" : " Cleanup output before run "
23
+ "issueId" : 347 ,
24
+ "url" : " pull/347 " ,
25
+ "description" : " Add DarkReader extension support "
12
26
},
13
27
{
14
- "issueId" : 267 ,
15
- "url" : " /issues/267 " ,
16
- "description" : " Fix new line formatting in output "
28
+ "issueId" : 346 ,
29
+ "url" : " pull/346 " ,
30
+ "description" : " Disable broken service worker "
17
31
}
18
32
]
19
33
}
You can’t perform that action at this time.
0 commit comments