mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 07:24:07 +01:00
Migrate to Vite+ unified toolchain (#428)
This commit is contained in:
@@ -55,7 +55,8 @@ async function op(
|
||||
}
|
||||
}
|
||||
|
||||
return { client: _clients[hash], clientHash: hash };
|
||||
// oxlint-disable-next-line no-non-null-assertion
|
||||
return { client: _clients[hash]!, clientHash: hash };
|
||||
}
|
||||
|
||||
async function getValue(
|
||||
@@ -123,7 +124,7 @@ export const plugin: PluginDefinition = {
|
||||
{
|
||||
name: 'token',
|
||||
type: 'text',
|
||||
// biome-ignore lint/suspicious/noTemplateCurlyInString: Yaak template syntax
|
||||
// oxlint-disable-next-line no-template-curly-in-string -- Yaak template syntax
|
||||
defaultValue: '${[1PASSWORD_TOKEN]}',
|
||||
dynamic(_ctx, args) {
|
||||
switch (args.values.authMethod) {
|
||||
|
||||
Reference in New Issue
Block a user