Skip to content

Commit

Permalink
Merge branch 'develop' into fix/message-parser-performance
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Sep 11, 2024
2 parents f0983c5 + 6730a3c commit f992cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/password-policies/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"extends": "../../tsconfig.base.client.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"module": "commonjs"
"outDir": "./dist"
},
"include": ["./src/**/*"]
}
2 changes: 1 addition & 1 deletion packages/uikit-playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react';

// https://vitejs.dev/config/
export default defineConfig(() => ({
logLevel: 'info',
base: './',
esbuild: {},
plugins: [react()],
optimizeDeps: {
Expand Down

0 comments on commit f992cab

Please sign in to comment.