We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e090930 commit 16730b1Copy full SHA for 16730b1
vite.config.mts
@@ -4,7 +4,6 @@ import react from "@vitejs/plugin-react";
4
5
// https://vitejs.dev/config/
6
export default defineConfig({
7
- root: process.env.PASSKEY ?? "scripts/passkeyRegistrationUI",
8
plugins: [react()],
9
server: {
10
port: 3000,
0 commit comments