mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	chore(client): build dependencies before serving
This commit is contained in:
		@@ -72,6 +72,11 @@
 | 
			
		||||
    "vite-plugin-static-copy": "3.0.0"
 | 
			
		||||
  },
 | 
			
		||||
  "nx": {
 | 
			
		||||
    "name": "client"
 | 
			
		||||
    "name": "client",
 | 
			
		||||
    "targets": {
 | 
			
		||||
      "serve": {
 | 
			
		||||
        "dependsOn": ["^build"]
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user