fix: tauri npm scripts (#955)

This commit is contained in:
lin onetwo
2023-02-14 14:51:05 +08:00
committed by GitHub
parent 36e6da52a5
commit b69eb3437b
7 changed files with 65 additions and 33 deletions

View File

@@ -69,7 +69,7 @@ const nextConfig = {
printer.info(`API request proxy to [${desc} Server]: ` + target);
return profile;
},
basePath: process.env.BASE_PATH,
basePath: process.env.NEXT_BASE_PATH,
experimental: {
forceSwcTransforms: true,
},