feat: improve provider testing (#1280)

This commit is contained in:
Himself65
2023-03-02 20:00:56 -06:00
committed by GitHub
parent 1e2f91fe21
commit 2a955d1391
11 changed files with 128 additions and 8 deletions
+1
View File
@@ -108,6 +108,7 @@ const nextConfig = {
return profile;
},
basePath: process.env.NEXT_BASE_PATH,
pageExtensions: [...(preset.enableDebugPage ? ['tsx', 'dev.tsx'] : ['tsx'])],
};
const baseDir = process.env.LOCAL_BLOCK_SUITE ?? '/';