Started moving over truth-table.tsx from h600878.GitHub.io

This commit is contained in:
Martin Berg Alstad
2023-01-07 16:01:53 +01:00
parent d1ba86a1fe
commit 13be22be57
12 changed files with 735 additions and 9 deletions

View File

@ -12,6 +12,7 @@ export default defineConfig({
input: {
main: "index.html",
"404": "404.html",
simplifyTruths: "simplify-truths.html",
}
}
},