chore(monorepo/server): move server-side source code
@@ -29,7 +29,6 @@
 | 
			
		||||
    "electron-forge:make": "npm run build:prepare-dist && cross-env DEBUG=electron-windows-installer:* electron-forge make ./build",
 | 
			
		||||
    "electron-forge:package": "npm run build:prepare-dist && cd ./build && electron-forge package",    
 | 
			
		||||
    "docs:build": "typedoc",    
 | 
			
		||||
    "build:ts": "tsc -p tsconfig.build.json",
 | 
			
		||||
    "build:clean": "rimraf ./dist ./build",
 | 
			
		||||
    "build:prepare-dist": "npm run build:clean && npm run build:ts && npm run build:webpack && tsx ./bin/copy-dist.ts",
 | 
			
		||||
    "test": "npm run client:test && npm run server:test",
 | 
			
		||||
@@ -185,9 +184,7 @@
 | 
			
		||||
    "swagger-jsdoc": "6.2.8",
 | 
			
		||||
    "tslib": "2.8.1",
 | 
			
		||||
    "typedoc": "0.28.2",
 | 
			
		||||
    "typedoc-plugin-missing-exports": "4.0.0",
 | 
			
		||||
    "typescript": "5.8.3",
 | 
			
		||||
    "typescript-eslint": "8.30.1"
 | 
			
		||||
    "typedoc-plugin-missing-exports": "4.0.0"
 | 
			
		||||
  },
 | 
			
		||||
  "optionalDependencies": {
 | 
			
		||||
    "appdmg": "0.6.6"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,24 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
  "compilerOptions": {
 | 
			
		||||
    "module": "NodeNext",
 | 
			
		||||
    "declaration": false,
 | 
			
		||||
    "sourceMap": true,
 | 
			
		||||
    "outDir": "./build",
 | 
			
		||||
    "strict": true,
 | 
			
		||||
    "noImplicitAny": true,
 | 
			
		||||
    "resolveJsonModule": true,
 | 
			
		||||
    "allowJs": true,
 | 
			
		||||
    "lib": ["ES2023"],
 | 
			
		||||
    "downlevelIteration": true,
 | 
			
		||||
    "skipLibCheck": true,
 | 
			
		||||
    "esModuleInterop": true,
 | 
			
		||||
    "verbatimModuleSyntax": true
 | 
			
		||||
  },
 | 
			
		||||
  "include": ["./src/**/*.ts", "./src/**/*.js", "./*.ts"],
 | 
			
		||||
  "exclude": [
 | 
			
		||||
	  "./**/*.spec.ts",
 | 
			
		||||
	  "./src/public/**/*",
 | 
			
		||||
    "./*.config.ts",
 | 
			
		||||
  ],
 | 
			
		||||
  "files": ["src/types.d.ts"]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										2
									
								
								apps/server/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,2 @@
 | 
			
		||||
node_modules
 | 
			
		||||
build
 | 
			
		||||
@@ -19,9 +19,11 @@
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "main": "index.js",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "test": "echo \"Error: no test specified\" && exit 1"
 | 
			
		||||
    "build:ts": "tsc"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "turndown": "7.2.0"
 | 
			
		||||
    "turndown": "7.2.0",
 | 
			
		||||
    "typescript": "5.8.3",
 | 
			
		||||
    "typescript-eslint": "8.30.1"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 186 KiB  | 
| 
		 Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 168 KiB  | 
| 
		 Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB  | 
| 
		 Before Width: | Height: | Size: 172 KiB After Width: | Height: | Size: 172 KiB  | 
| 
		 Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 167 KiB  | 
| 
		 Before Width: | Height: | Size: 237 KiB After Width: | Height: | Size: 237 KiB  | 
| 
		 Before Width: | Height: | Size: 202 KiB After Width: | Height: | Size: 202 KiB  | 
| 
		 Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB  | 
| 
		 Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB  | 
| 
		 Before Width: | Height: | Size: 191 KiB After Width: | Height: | Size: 191 KiB  | 
| 
		 Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB  | 
| 
		 Before Width: | Height: | Size: 270 KiB After Width: | Height: | Size: 270 KiB  | 
| 
		 Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB  | 
| 
		 Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB  | 
| 
		 Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 89 KiB  | 
| 
		 Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB  | 
| 
		 Before Width: | Height: | Size: 198 KiB After Width: | Height: | Size: 198 KiB  | 
| 
		 Before Width: | Height: | Size: 175 KiB After Width: | Height: | Size: 175 KiB  | 
| 
		 Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB  | 
| 
		 Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB  | 
| 
		 Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB  | 
| 
		 Before Width: | Height: | Size: 158 KiB After Width: | Height: | Size: 158 KiB  | 
| 
		 Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB  | 
| 
		 Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 113 KiB  | 
| 
		 Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB  | 
| 
		 Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB  | 
| 
		 Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB  |