Update project template to latest Lovable version

This commit updates the project template to the latest version of Lovable, enabling new features and improvements.
[skip gpt_engineer]
Этот коммит содержится в:
gpt-engineer-app[bot] 2024-12-15 12:11:01 +00:00
родитель a98dbd901a
Коммит 3f3c7ae273
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -11,6 +11,7 @@
</head>
<body>
<div id="root"></div>
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>

Просмотреть файл

@ -6,11 +6,11 @@ import { componentTagger } from "lovable-tagger";
// https://vitejs.dev/config/
export default defineConfig(({ mode }) => ({
server: {
port: 3000,
port: 8080,
host: true
},
preview: {
port: 3000,
port: 8080,
host: true
},
plugins: [