6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
import { defineConfig } from '@flue/cli/config';
|
|
|
|
export default defineConfig({
|
|
target: 'node',
|
|
});
|