mano, eu nn tava fzd isso o .env e tals mas fiz e agr o site nem carrega os arquivos js, ta o html puro agr. Link: https://github.com/tercioo-gabriel/shorts-summary só nn ta com as modificações do env salvas porq como meu site nem carrega mais, nn vou commitar isso não kkkk
//env
BACKEND_URL=http://localhost:3333/
//server.js
import axios from "axios";
require("dotenv").config()
export const server = axios.create({
baseURL: process.env.BACKEND_URL,
timeout: 10000,
headers: { "Content-Type": "application/json" },
})
//index.js (vou por so a parte do listen)
app.listen(3333, () => console.log("Server is running on port 3333"))
tentei de diversas maneiras, mas ta dificil kkk me adiciona discord FlaShiin#0605