wideangle-nuxt/playground/nuxt.config.ts

14 lines
268 B
TypeScript
Raw Permalink Normal View History

2023-05-14 15:25:44 +00:00
export default defineNuxtConfig({
modules: ['../src/module'],
2023-09-13 14:19:43 +00:00
runtimeConfig: {
public: {
wideangle: {
siteId: "8D27G3B9ACA01F4241",
domain: "wideangle.local:3000",
fingerprint: true,
supressDnt: true
}
}
2023-05-18 12:33:46 +00:00
}
2023-09-13 14:19:43 +00:00
});