refactor(runner): rename preprocessing to runner and update directory structure

This commit is contained in:
Haoyu Xu
2023-01-17 10:08:22 -05:00
parent 09ca22d7c7
commit 4fa886be90
16 changed files with 34 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
import { defineConfig } from 'vite'
import path from 'path'
import data from './preprocessing'
import data from './runner'
// https://vitejs.dev/config/
export default defineConfig({