From 7e1126b308e77be90218eb08afdfe6072e538832 Mon Sep 17 00:00:00 2001 From: Rolands Date: Fri, 30 Jun 2023 12:25:08 +0300 Subject: [PATCH] logging change --- demos/full-stack_framework/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/full-stack_framework/vite.config.ts b/demos/full-stack_framework/vite.config.ts index e78f854..037519a 100644 --- a/demos/full-stack_framework/vite.config.ts +++ b/demos/full-stack_framework/vite.config.ts @@ -3,7 +3,7 @@ import { SocioSecurityVitePlugin } from 'socio/dist/secure'; /** @type {import('vite').UserConfig} */ const config = { - plugins: [SocioSecurityVitePlugin({ secure_private_key: 'skk#$U#Y$7643GJHKGDHJH#$K#$HLI#H$KBKDBDFKU34534', verbose: true }), sveltekit()], + plugins: [SocioSecurityVitePlugin({ secure_private_key: 'skk#$U#Y$7643GJHKGDHJH#$K#$HLI#H$KBKDBDFKU34534', logging: { verbose: true } }), sveltekit()], css: { preprocessorOptions: {