mirror of
				https://github.com/Vomitblood/stort.git
				synced 2025-11-04 04:37:21 +08:00 
			
		
		
		
	changed backend package manager to bun
This commit is contained in:
		
							parent
							
								
									2e261a8f10
								
							
						
					
					
						commit
						79f7cbc759
					
				| 
						 | 
					@ -1,8 +1,8 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  "$schema": "../node_modules/@tauri-apps/cli/schema.json",
 | 
					  "$schema": "../node_modules/@tauri-apps/cli/schema.json",
 | 
				
			||||||
  "build": {
 | 
					  "build": {
 | 
				
			||||||
    "beforeBuildCommand": "npm run build",
 | 
					    "beforeBuildCommand": "bun run build",
 | 
				
			||||||
    "beforeDevCommand": "npm run dev",
 | 
					    "beforeDevCommand": "bun run dev",
 | 
				
			||||||
    "devPath": "http://localhost:3000",
 | 
					    "devPath": "http://localhost:3000",
 | 
				
			||||||
    "distDir": "../out"
 | 
					    "distDir": "../out"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue