collatzConjecture: initial adding

clusterFilter: fixing package.json
This commit is contained in:
Sheldan
2025-08-08 23:45:28 +02:00
parent 8ef5e61588
commit 7337a4c917
12 changed files with 1237 additions and 604 deletions

View File

@@ -0,0 +1,9 @@
import { defineConfig } from 'vite'
export default defineConfig({
base: './',
root: 'src',
build: {
outDir: '../../dist/collatzConjecture'
}
})