loop-benchmarking

Controlled experiments across agentic coding configurations. Same task, one variable, what actually works.
git clone https://git.shiptheloop.com/loop-benchmarking.git
Log | Files | Refs | README

astro.config.mjs (248B)


      1 // @ts-check
      2 import { defineConfig } from 'astro/config';
      3 import react from '@astrojs/react';
      4 
      5 export default defineConfig({
      6   integrations: [react()],
      7   vite: {
      8     resolve: {
      9       alias: {
     10         '@data': '../results',
     11       },
     12     },
     13   },
     14 });

Impressum · Datenschutz