fix(dev): set local store port to 3300 and admin port to 3400 to avoid Windows port exclusions
This commit is contained in:
parent
fadea346ff
commit
376fea356f
@ -4,7 +4,7 @@
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --port 3100 --host 127.0.0.1",
|
||||
"dev": "vite --port 3400 --host 127.0.0.1",
|
||||
"build": "vite build",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview"
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev -p 3005",
|
||||
"dev": "next dev -p 3300",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "eslint"
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
graphify-out/cache/stat-index.json
vendored
2
graphify-out/cache/stat-index.json
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@ -2,8 +2,8 @@ const { exec } = require('child_process');
|
||||
const http = require('http');
|
||||
|
||||
const URLS = [
|
||||
{ url: 'http://localhost:3005', name: 'Frontend Store' },
|
||||
{ url: 'http://127.0.0.1:3100', name: 'Admin Panel' },
|
||||
{ url: 'http://localhost:3300', name: 'Frontend Store' },
|
||||
{ url: 'http://127.0.0.1:3400', name: 'Admin Panel' },
|
||||
{ url: 'http://localhost:4400/api/docs', name: 'Backend API Docs' }
|
||||
];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user