@thunderstorefront/sdk
Version:
Create Nuxt extendable layer with this GitHub template.
22 lines (17 loc) • 390 B
text/typescript
// https://nuxt.com/docs/api/configuration/nuxt-config
import thunderSdkConfig from './thunder-sdk.config';
export default defineNuxtConfig({
future: {
compatibilityVersion: 4
},
runtimeConfig: {
thunderSdk: thunderSdkConfig,
public: {
thunderSdk: thunderSdkConfig
}
},
typescript: {
includeWorkspace: true
},
compatibilityDate: '2024-10-01'
});