flecks/packages/server/build/hooks/@flecks/build.files.js
cha0s 66b4a95cf0 feat: require.context in bootstrap scripts
fix: test running
chore: task coloring
refactor: hooks
2024-02-14 06:34:29 -06:00

7 lines
144 B
JavaScript

exports.hook = () => [
/**
* Server build configuration. See: https://webpack.js.org/configuration/
*/
'server.webpack.config.js',
];