chore: add node polyfill

This commit is contained in:
Danish Arora 2024-10-29 17:29:58 +05:30
parent a07fe4cd2d
commit eb18e5da1d
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E
1 changed files with 3 additions and 0 deletions

View File

@ -20,5 +20,8 @@ export default defineConfig({
assetFileNames: 'assets/[name]-[hash].[ext]'
}
}
},
define: {
'process.env': {}
}
})