initial release
This commit is contained in:
19
vite.config.ts
Normal file
19
vite.config.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
build: {
|
||||
rollupOptions: {
|
||||
input: [
|
||||
'src/index.ts',
|
||||
'src/data/recoveryCodes.ts',
|
||||
'src/data/webAuthnAuthenticate.ts',
|
||||
'src/data/webAuthnRegister.ts',
|
||||
],
|
||||
output: {
|
||||
assetFileNames: '[name][extname]',
|
||||
dir: 'theme/keywind/login/resources/dist',
|
||||
entryFileNames: '[name].js',
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user