6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
import { defineConfig } from '@farmfe/core';
|
|
|
|
export default defineConfig({
|
|
plugins: ['@farmfe/plugin-react']
|
|
});
|