File tree 4 files changed +24
-4
lines changed
4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 26
26
" dsznajder.es7-react-js-snippets" ,
27
27
" biomejs.biome" ,
28
28
" GitHub.vscode-github-actions"
29
- ]
29
+ ],
30
+ "settings" : {
31
+ "biome.searchInPath" : false ,
32
+ "biome.lspBin" : " server/ui/node_modules/@biomejs/cli-linux-x64/biome"
33
+ }
30
34
}
31
35
}
32
36
}
Original file line number Diff line number Diff line change 1
1
# cd /workspace/server/ui && npm ci --ignore-scripts
2
- corepack enable pnpm
2
+ # corepack enable pnpm
Original file line number Diff line number Diff line change @@ -7,12 +7,23 @@ updates:
7
7
schedule :
8
8
interval : " weekly"
9
9
commit-message :
10
- prefix : " :seedling : "
10
+ prefix : " :ghost : "
11
11
12
12
# Maintain dependencies for Cargo.toml
13
13
- package-ecosystem : " cargo"
14
14
directory : " /"
15
15
schedule :
16
16
interval : " weekly"
17
17
commit-message :
18
- prefix : " :seedling: "
18
+ prefix : " :ghost: "
19
+
20
+ # Maintain dependencies for NPM
21
+ - package-ecosystem : " npm"
22
+ directory : " /server/ui"
23
+ schedule :
24
+ interval : " weekly"
25
+ commit-message :
26
+ prefix : " :ghost: "
27
+ allow :
28
+ - dependency-name : " @patternfly/*"
29
+ dependency-type : " direct"
Original file line number Diff line number Diff line change @@ -17,12 +17,17 @@ XMLs basados en UBL y SUNAT
17
17
cargo run --bin server
18
18
```
19
19
20
+ - The server is running at http://localhost:8080
21
+ - You can see Swagger UI at http://localhost:8080/swagger-ui
22
+
20
23
## Server UI
21
24
22
25
``` shell
23
26
npm run dev --prefix server/ui
24
27
```
25
28
29
+ - The UI running at http://localhost:3000
30
+
26
31
## License
27
32
28
33
- [ Apache License, Version 2.0] ( https://www.apache.org/licenses/LICENSE-2.0 )
You can’t perform that action at this time.
0 commit comments