Maksim Filippov
Maksim Filippov
> ```js > export default { > define: { > "process.env": process.env, > }, > }; > ``` I've tried that and got > ERROR: define was removed from the...
@bonesoul You have to create `vite.config.js` or `vite.config.ts` in your root folder, not `.laddle` (this was what I did wrong at least) with the following: ``` import { defineConfig }...
Thank you for the heads up! I've tried the following: 1. Set up SSH gateway in ruby through Net::SSH::Gateway, then connect to SQL Server via CLI - it worked 2....
One more thing: in my app I also use the same gateway to connect to the remote Mysql server, which works fine
``` Version: freetds v1.00.26 freetds.conf directory: /usr/local/Cellar/freetds/1.00.26/etc MS db-lib source compatibility: no Sybase binary compatibility: no Thread safety: yes iconv library: yes TDS version: 7.3 iODBC: no unixodbc: no SSPI...
First one is fine, though? It won't work as well
Yep, that is correct
Same her, never figured it out
:+1:
@sgruhier Are you interested in this? I can fork and send PR if you are.