generated from tailored/router-template
	test
This commit is contained in:
		
							
								
								
									
										9
									
								
								bun.config.mjs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								bun.config.mjs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| // https://bun.sh/docs/bundler | ||||
|  | ||||
| await Bun.build({ | ||||
|   target: 'node', | ||||
|   format: 'esm', | ||||
|   entrypoints: ['./src/main.ts'], | ||||
|   outdir: './dist', | ||||
|   env: 'ASSISTANT_*', | ||||
| }); | ||||
		Reference in New Issue
	
	Block a user