Compare commits
2 Commits
aa31d675bf
...
7bbd8fc295
Author | SHA1 | Date | |
---|---|---|---|
7bbd8fc295 | |||
c9854d7e17 |
9
.vscode/extensions.json
vendored
Normal file
9
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"usernamehw.errorlens",
|
||||||
|
"golang.go",
|
||||||
|
"sammycolon.go-builder-pattern-boilerplate",
|
||||||
|
"fogio.inline-go-struct-tags-syntax-highlight",
|
||||||
|
"templ-project.tpl-vscodium-golang"
|
||||||
|
]
|
||||||
|
}
|
@ -27,7 +27,7 @@ components:
|
|||||||
mountSources: true
|
mountSources: true
|
||||||
endpoints:
|
endpoints:
|
||||||
- name: http-go
|
- name: http-go
|
||||||
protocol: http
|
exposure: public
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
commands:
|
commands:
|
||||||
- id: build
|
- id: build
|
||||||
|
Reference in New Issue
Block a user