trplnr
trplnr
Explore posts from servers
DDeno
Created by trplnr on 5/22/2025 in #help
Make vscode not treat my client folder as a deno project
I have the Deno extension installed and my project structure looks like this:
client/
- ...
server /
- ...
config.js
deno.json
...
client/
- ...
server /
- ...
config.js
deno.json
...
When I edit js files in the client folder, vscode still thinks im editing a deno js file. This makes it so document doesn't show up in my autocomplete and window is treated as deprecated. How can I override that so I get the browser APIs showing up in my autocomplete?
3 replies
AAdmincraft
Created by trplnr on 5/16/2025 in #questions
Any stuff that can expose my local server to the internet?
I saw ngrok but it needs payment registered and I don't have a credit card, theres playit.gg but I've heard bad reviews. I just want to expose my server so I can temporarily test my minecraft map with some of my friends since its a multiplayer map so I don't really need permanent addresses or any kind of that stuff. I just want to run the server in my machine, have something expose that to the internet :)
34 replies
DIAdiscord.js - Imagine an app
Created by trplnr on 7/2/2023 in #djs-questions
CombinedPropertyError? when trying to use a function that uses JSDOM to return a string for embed
28 replies