We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840ccb1 commit 10d64d1Copy full SHA for 10d64d1
pkg/config/config.go
@@ -201,7 +201,7 @@ type (
201
202
function struct {
203
Enabled bool `toml:"enabled" json:"-"`
204
- UsePackageJson bool `toml:"-"`
+ UsePackageJson bool `toml:"-" join:"-"`
205
VerifyJWT bool `toml:"verify_jwt" json:"verifyJWT"`
206
ImportMap string `toml:"import_map" json:"importMapPath,omitempty"`
207
Entrypoint string `toml:"entrypoint" json:"entrypointPath,omitempty"`
0 commit comments