05/18/2026 Catchup - linksync project work and TicTacToe evaluations on different coding LLMs with OpenCode.
This commit is contained in:
10
TicTacToe-Compare/ministral-3-14b/vite.config.ts
Normal file
10
TicTacToe-Compare/ministral-3-14b/vite.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from 'vite'
|
||||
|
||||
export default defineConfig({
|
||||
base: './',
|
||||
build: {
|
||||
outDir: 'dist',
|
||||
emptyOutDir: true,
|
||||
input: './index.html'
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user