|
|
@@ -12,9 +12,9 @@
|
|
|
},
|
|
|
"scripts": {
|
|
|
"dev": "cross-env BASE_URL= nuxt",
|
|
|
- "build": "cross-env BASE_URL=https://dev.test.proginn.com nuxt build",
|
|
|
- "build_release": "cross-env BASE_URL=https://www.proginn.com nuxt build",
|
|
|
+ "build": "nuxt build",
|
|
|
"start": "cross-env BASE_URL=https://dev.test.proginn.com nuxt start --port 3000",
|
|
|
+ "start_release": "cross-env BASE_URL=https://www.proginn.com nuxt start --port 3000",
|
|
|
"generate": "nuxt generate"
|
|
|
},
|
|
|
"dependencies": {
|