"working"

This commit is contained in:
wjtje 2023-01-15 23:28:02 +01:00 committed by Pieter Vander Vennet
parent 8fc56f7487
commit cc0c925b81
27 changed files with 4743 additions and 17591 deletions

5
vite.config.js Normal file
View file

@ -0,0 +1,5 @@
/** @type {import('vite').UserConfig} */
export default {
// config options
optimizeDeps: ["util"],
}