mirror of
				https://github.com/remvze/moodist.git
				synced 2025-11-03 19:17:04 -05: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()]
 | 
						|
}); |