add yubikey

This commit is contained in:
2023-09-07 08:55:56 +02:00
parent 653657122e
commit 8bc67465f1
9 changed files with 16454 additions and 13 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/vite.config.ts b/vite.config.ts
index 659ba3e1..1f0afa5c 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -37,7 +37,7 @@ export default defineConfig(({ mode }) => {
base: "./",
build: {
sourcemap,
- outDir: "../internal/server/public_html",
+ outDir: "dist",
emptyOutDir: true,
assetsDir: "static",
rollupOptions: {