Andrew S

Results 4 comments of Andrew S

Dear @jrgleason, thank you for your work! :+1: This issue is **still actual**, so I used Jackie's commits to fix it in the latest dagre-d3 version (0.6.1), here's the code:...

Faced the same issue, solved by adding the configuration below for the proxy (I use [Nginx Proxy Manager](https://nginxproxymanager.com/)). Idea is pretty simple: it will coercively forward all those `/locales` requests...

Solution is actually pretty simple: you just need to set `publicDir: false` in your overridden Vite builder config in Storybook's `main.js|ts`: ```javascript async viteFinal(config) { return mergeConfig(config, { // ......

Well, `.js` files are **not supported** anymore as a source for database generation, as it comes from https://github.com/typicode/json-server/blob/6aa56d9581488d9bcd1baf42c4c97b293cd9ee99/src/bin.ts#L128-L136 Obviously, json-server expects only `.json5` and `.json` files, these changes have been...