forked from trent_larson/crowd-funder-for-time-pwa
DB being created. Still getting an exception.
This commit is contained in:
@@ -3,5 +3,8 @@ module.exports = defineConfig({
|
||||
transpileDependencies: true,
|
||||
configureWebpack: {
|
||||
devtool: "source-map",
|
||||
experiments: {
|
||||
topLevelAwait: true,
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user