Files

5 lines
133 B
JavaScript
Raw Permalink Normal View History

2025-05-09 16:55:09 +08:00
module.exports = {
...require('../../scripts/webpack.client')(__dirname, 'cpu-client'),
entry: `./src/cpu-client/client.tsx`,
};