Benedikt Christoph Wolters
Benedikt Christoph Wolters
@christian-bromann the link you gave in 2019 is 404ing do you have any pointers where this issues can be debugged/fixed?
Apologies @christian-bromann but it doesnt seem the link got updated?
Create a rollup.config.js with the following: ``` // rollup.config.js import nodeResolve from '@rollup/plugin-node-resolve'; import commonJS from '@rollup/plugin-commonjs'; let outfile = 'dist/worker.js'; let defaults = { input: 'src/main.js', output: { file:...
same here.
We could use some Template Engine like Handlebars
i can confirm the problem, python 2.7.12.
This is important if you want to have routes such as ```router.get`${getChlPath()}/_version`.handle(versionHandler);``` does not work because its used as tagged template