You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{defineConfig}from'@ice/app';importstorefrom'@ice/plugin-store';// The project config, see https://v3.ice.work/docs/guide/basic/configexportdefaultdefineConfig(()=>({ssr: false,ssg: false,plugins: [store(),],routes: {},}));
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Expected behavior
2.x版本正常
希望至少能有正确的代码位置,否则很难找到问题
Actual behavior
No response
Version of ice.js
3.1.0
Content of build.json or ice.config.mts
Additional context
No response
The text was updated successfully, but these errors were encountered: