mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	chore(server): enable source map for serve
This commit is contained in:
		@@ -245,18 +245,19 @@
 | 
				
			|||||||
          },
 | 
					          },
 | 
				
			||||||
          "declarationRootDir": "apps/server/src",
 | 
					          "declarationRootDir": "apps/server/src",
 | 
				
			||||||
          "minify": false,
 | 
					          "minify": false,
 | 
				
			||||||
            "assets": [
 | 
					          "sourcemap": true,
 | 
				
			||||||
              {
 | 
					          "assets": [
 | 
				
			||||||
                "glob": "**/*",
 | 
					            {
 | 
				
			||||||
                "input": "apps/server/src/assets",
 | 
					              "glob": "**/*",
 | 
				
			||||||
                "output": "assets"
 | 
					              "input": "apps/server/src/assets",
 | 
				
			||||||
              },
 | 
					              "output": "assets"
 | 
				
			||||||
              {
 | 
					            },
 | 
				
			||||||
                "glob": "**/*",
 | 
					            {
 | 
				
			||||||
                "input": "packages/share-theme/src/templates",
 | 
					              "glob": "**/*",
 | 
				
			||||||
                "output": "share-theme/templates"
 | 
					              "input": "packages/share-theme/src/templates",
 | 
				
			||||||
              }
 | 
					              "output": "share-theme/templates"
 | 
				
			||||||
            ]
 | 
					            }
 | 
				
			||||||
 | 
					          ]
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "build": {
 | 
					      "build": {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user