4fdfc2d8b4
- Create public config API for frontend consumption - Add configuration fetching to homepage - Implement module show/hide logic based on config - Add support for Services items filtering - Add support for Products featured products and pricing display - Add support for News display count, categories, and sort order - Fix table name from 'configs' to 'siteConfig' in API route - Update type definitions for proper TypeScript support
7 lines
227 B
JavaScript
7 lines
227 B
JavaScript
module.exports = {
|
|
presets: [
|
|
['@babel/preset-env', { targets: { node: 'current' } }],
|
|
['@babel/preset-react', { runtime: 'automatic' }],
|
|
['@babel/preset-typescript', { isTSX: true, allExtensions: true }],
|
|
],
|
|
}; |