Sergey Smertelny

Results 3 comments of Sergey Smertelny

> I was able to get `@vitejs/plugin-legacy` configured and outputting legacy chunks properly, but the `` tag doesn’t appear to be getting passed through to the resulting html from `@sveltejs/adapter-netlify`....

Finally I had some time to look into it (again). The path with two slashes (//) is working (somehow) and is not causing any troubles, because this path is same...

I've had the same issue with doctrine/dbal 2.9.2. It was generating same `DATETIME NOT NULL` SQL. Fixed by changing `@Column(type="datetimetz")` to `@Column(type="datetime")`