-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YA-33 Убедиться что проект запускает и работает #57
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
export default function createEmotionCache() { | ||
return createCache({ key: 'css' }) | ||
let insertionPoint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Как я понял это самое то с чем пришлось повозится. Можешь скинуть ссылку где про это почитать?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Нет, в первую очередь проблема была с тем что билд в принципе не был настроен для ssr
Потом был затык с вайтом и его экстарнализацией. Вот по этой теме
vitejs/vite#9763
vitejs/vite#9919
Ну и в конце был затык небольшой с сервером при работе с продакшен сборкой.
Сделал настройку Vite для build сборки
Делаем так: