Ufuk Bakan
Ufuk Bakan
I can not deploy a server-client application where server and client are seperate node.js containers. I use docker compose. Also Im not sure is container_name field working correctly or not....
"N/A N/A" title shown always. No matter which player plays the music
What I've tried: # 1st try ```shell replace 'exports.default' 'exports' dist/index.cjs -q ``` Result: ``` It did the replacement but not in quite mode, it wrote result to terminal ```...
It took me a while to install dependencies even though i run the command via pnpm just like: ```pnpm create inferno-app my-inferno-app``` template could detect if parent process is pnpm/yarn/npm...
I wish i could set only config and plugins directory as portable and logs + system to non portable disk. Since portable disks are generally slow while random writing, it...
### What version of `million` are you using? 3.0.6 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? pnpm ###...
if an user have installed multiple package managers i think returning the newest one is better than prioritizing yarn. my order suggestion is: bun, pnpm, yarn then npm