@@ -0,0 +1,19 @@
import App from './App';
import {
createSSRApp
} from 'vue';
setupPinia
} from './sheep/store';
export function createApp() {
const app = createSSRApp(App);
setupPinia(app);
return {
app,
};
}
The note is not visible to the blocked user.