DB being created. Still getting an exception.

This commit is contained in:
Matthew Aaron Raymer
2022-12-15 16:45:38 +08:00
parent 9232afb5af
commit 3ac8f911ac
2 changed files with 18 additions and 12 deletions

View File

@@ -3,5 +3,8 @@ module.exports = defineConfig({
transpileDependencies: true,
configureWebpack: {
devtool: "source-map",
experiments: {
topLevelAwait: true,
}
},
});