Skip to content
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

Merged
merged 3 commits into from
Jan 19, 2023

Conversation

CoinerLo
Copy link
Owner

@CoinerLo CoinerLo commented Jan 19, 2023

Сделал настройку Vite для build сборки

Делаем так:

yarn bootstrap

yarn build:client
yarn build --scope server
yarn postgres
node ./packages/server/dist/index.js

@linear
Copy link

linear bot commented Jan 19, 2023

@vercel
Copy link

vercel bot commented Jan 19, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
top-tank-team-client ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Jan 19, 2023 at 2:48PM (UTC)

@CoinerLo CoinerLo changed the title YA-33 YA-33 Убедиться что проект запускает и работает Jan 19, 2023
export default function createEmotionCache() {
return createCache({ key: 'css' })
let insertionPoint
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Как я понял это самое то с чем пришлось повозится. Можешь скинуть ссылку где про это почитать?

Copy link
Owner Author

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
Ну и в конце был затык небольшой с сервером при работе с продакшен сборкой.

@CoinerLo CoinerLo merged commit 524e7c0 into sprint_8 Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants