mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(gui-client): move tslink metadata (#9817)
A recent release of `tslink` now supports configuration via the `package.metadata` table which resolved a warning about "unknown key" that we have seeing for a while.
This commit is contained in:
@@ -8,6 +8,9 @@ default-run = "firezone-gui-client"
|
||||
authors = ["Firezone, Inc."]
|
||||
license = { workspace = true }
|
||||
|
||||
[package.metadata.tslink]
|
||||
enum_representation = "discriminated"
|
||||
|
||||
[features]
|
||||
# this feature is used for production builds or when `devPath` points to the filesystem
|
||||
# DO NOT REMOVE!!
|
||||
@@ -98,6 +101,3 @@ tempfile = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[tslink]
|
||||
enum_representation = "discriminated"
|
||||
|
||||
Reference in New Issue
Block a user