13 lines
		
	
	
	
		
			345 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			345 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Copyright 2019-2022 Tauri Programme within The Commons Conservancy
 | |
| # SPDX-License-Identifier: Apache-2.0
 | |
| # SPDX-License-Identifier: MIT
 | |
| 
 | |
| beforeDevCommand = trunk serve
 | |
| beforeBuildCommand = trunk build
 | |
| devPath = http://localhost:1420
 | |
| distDir = ../dist
 | |
| withGlobalTauri = true
 | |
| 
 | |
| [files]
 | |
| makepad.svg = resources/makepad.svg
 | |
| styles.css = styles.css
 |