Added Sellet from with all required fields.

This commit is contained in:
Filipe Soccol
2024-11-27 09:55:38 -03:00
parent 9cda680494
commit 92f6cb4d35
8 changed files with 2544 additions and 270 deletions

View File

@@ -10,6 +10,17 @@ export default defineConfig({
build: {
target: "esnext",
},
optimizeDeps: {
esbuildOptions: {
target: "esnext",
define: {
global: "globalThis",
},
supported: {
bigint: true,
},
},
},
test: {
globals: true,
environment: "jsdom",