зеркало из
https://github.com/kodackx/disinformation-quest.git
synced 2025-10-29 04:44:15 +02:00
Change server port to 3000
Updated the server configuration to use port 3000 instead of the previous port. [skip gpt_engineer]
Этот коммит содержится в:
родитель
3f3c7ae273
Коммит
232ec7e58e
@ -6,11 +6,11 @@ import { componentTagger } from "lovable-tagger";
|
|||||||
// https://vitejs.dev/config/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig(({ mode }) => ({
|
export default defineConfig(({ mode }) => ({
|
||||||
server: {
|
server: {
|
||||||
port: 8080,
|
port: 3000,
|
||||||
host: true
|
host: true
|
||||||
},
|
},
|
||||||
preview: {
|
preview: {
|
||||||
port: 8080,
|
port: 3000,
|
||||||
host: true
|
host: true
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user