mirror of
https://github.com/Instadapp/smart-lookup.git
synced 2024-07-29 22:38:20 +00:00
9 lines
198 B
TypeScript
9 lines
198 B
TypeScript
// https://v3.nuxtjs.org/api/configuration/nuxt.config
|
|
export default defineNuxtConfig({
|
|
modules: ['@nuxtjs/tailwindcss'],
|
|
|
|
build: {
|
|
transpile: [/ethers/, "@heroicons/vue"]
|
|
}
|
|
})
|