ai-research-survey

Systematic scan of agentic development research. What's signal, what's noise.
git clone https://git.shiptheloop.com/ai-research-survey.git
Log | Files | Refs

vite.config.ts (144B)


      1 import { defineConfig } from 'vite';
      2 
      3 export default defineConfig({
      4   root: '.',
      5   publicDir: 'public',
      6   build: {
      7     outDir: 'dist',
      8   },
      9 });

Impressum · Datenschutz