mirror of
				https://github.com/remvze/moodist.git
				synced 2025-10-31 10:37:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			172 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			172 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import { defineConfig } from 'astro/config';
 | |
| 
 | |
| import react from "@astrojs/react";
 | |
| 
 | |
| // https://astro.build/config
 | |
| export default defineConfig({
 | |
|   integrations: [react()]
 | |
| }); |