Are there already any recommendation how to struct...
# javascript
f
Are there already any recommendation how to structure a JS project to output multiple files (e.g. main app.js and webworker js file and place them next to each other to be server by a ktor server or easily uploaded to a CDN)
2