diff --git a/package.json b/package.json index 11178e69b..9bfa0016a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ ], "scripts": { "dev-all": "concurrently --names \"node,tauri\" -c \"red.bold,cyan.bold\" --kill-others \"npm run -w server-node dev\" \"npm run -w client-tauri dev\"", - "update-all-dependencies": "npm i --workspace=server-node --workspace=client-tauri --workspace=shared-operation", + "update-all-dependencies": "npm i --workspace=stirling-pdf --workspace=server-node --workspace=client-tauri --workspace=shared-operation", "update-backend-dependencies": "npm i --workspace=server-node --workspace=shared-operation", "update-frontend-dependencies": "npm i --workspace=client-tauri --workspace=shared-operation" }, diff --git a/server-node/src/index.ts b/server-node/src/index.ts index 11b584791..0e1a85c85 100644 --- a/server-node/src/index.ts +++ b/server-node/src/index.ts @@ -1,5 +1,4 @@ -import { init } from "@stirling-pdf/shared-operations/src/i18next.config"; -init("./public/locales/"); +import "@stirling-pdf/shared-operations/src/i18next.config"; import express from "express"; const app = express();