Moved reusable constants and helper functions to dedicated modules for improved maintainability and reusability. Improved build configuration to differentiate output directories for development and production. Enhanced server error handling and added safeguards for disabled web UI scenarios.
15 lines
182 B
Plaintext
15 lines
182 B
Plaintext
node_modules/
|
|
dist/
|
|
public/bundle.js
|
|
public/bundle.js.map
|
|
public/bundle.css
|
|
.vite/
|
|
.tanstack/
|
|
.idea/
|
|
.DS_Store
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
/.idea/
|