mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
fix: frontend and backend now get variables at build time not runtime
This commit is contained in:
parent
607d496f2a
commit
776ed29bca
6 changed files with 17 additions and 11 deletions
|
|
@ -10,10 +10,6 @@ import { generateQRCode } from "./src/routes/generateqrcode.route";
|
|||
import { wordCounter } from "./src/routes/wordcounter.route";
|
||||
import { videoToAudio } from "./src/routes/videotoaudio.route";
|
||||
import { removeBG } from "./src/routes/removebg.route";
|
||||
import dotenv from "dotenv";
|
||||
import path from "node:path";
|
||||
|
||||
dotenv.config({ path: path.resolve(__dirname, "../.env") });
|
||||
|
||||
const app = Fastify({ logger: true });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue