mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-29 22:02:02 +00:00
chore: update .prettierignore and format vite.config.mts
- Added routeTree.gen.ts to .prettierignore to prevent formatting of generated files. - Reformatted the external dependencies list in vite.config.mts for improved readability.
This commit is contained in:
@@ -23,6 +23,8 @@ pnpm-lock.yaml
|
||||
# Generated files
|
||||
*.min.js
|
||||
*.min.css
|
||||
routeTree.gen.ts
|
||||
apps/ui/src/routeTree.gen.ts
|
||||
|
||||
# Test artifacts
|
||||
test-results/
|
||||
|
||||
@@ -70,7 +70,19 @@ export default defineConfig(({ command }) => {
|
||||
build: {
|
||||
outDir: 'dist',
|
||||
rollupOptions: {
|
||||
external: ['child_process', 'fs', 'path', 'crypto', 'http', 'net', 'os', 'util', 'stream', 'events', 'readline'],
|
||||
external: [
|
||||
'child_process',
|
||||
'fs',
|
||||
'path',
|
||||
'crypto',
|
||||
'http',
|
||||
'net',
|
||||
'os',
|
||||
'util',
|
||||
'stream',
|
||||
'events',
|
||||
'readline',
|
||||
],
|
||||
},
|
||||
},
|
||||
optimizeDeps: {
|
||||
|
||||
Reference in New Issue
Block a user