translation layer

This commit is contained in:
Felix Kaspar
2023-12-30 02:18:07 +01:00
parent 0bdda72caa
commit 8a5711cd86
10 changed files with 409 additions and 60 deletions

View File

@@ -2,7 +2,7 @@
"name": "@stirling-pdf/server-node",
"version": "0.0.0",
"description": "",
"//": "start pkgroll config",
"//": "end pkgroll config",
"type": "module",
"exports": "./dist/index.js",
"imports": {
@@ -14,8 +14,7 @@
"files": [
"/shared-operations/src/wasm/pdfcpu/pdfcpu.wasm"
],
"//": "end pkgroll config",
"scripts": {
"scripts": {
"build": "pkgroll",
"start": "node ./dist/index.js",
"dev": "npx tsx watch src/index.ts"

View File

@@ -1,3 +1,5 @@
import "@stirling-pdf/shared-operations/src/locales/i18next.config";
import express from 'express';
const app = express();
const PORT = 8000;