fix(ci): fix named import shelljs usage
[e-mobility-charging-stations-simulator.git] / ui / web / build-prepare.js
1 import shell from 'shelljs'
2
3 shell.cp('src/assets/config-template.ts', 'src/assets/config.ts')