Skip to content

Commit

Permalink
change new front-end domain
Browse files Browse the repository at this point in the history
  • Loading branch information
seeleclover authored Oct 31, 2024
1 parent 1140ba7 commit a48894e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"author": "zemal <[email protected]>",
"private": true,
"scripts": {
"dev": "set NODE_ENV=development && set TARGET=https://acm.gdmuna.com/ && node build/dev-server.js",
"dev": "set NODE_ENV=development && set TARGET=https://oj.acm.gdmuna.com/ && node build/dev-server.js",
"start": "npm run dev",
"build": "node build/build.js",
"build:dll": "webpack --config=build/webpack.dll.conf.js",
"build": "set TARGET=https://oj.acm.gdmuna.com/ && node build/build.js",
"build:dll": "set TARGET=https://oj.acm.gdmuna.com/ && webpack --config=build/webpack.dll.conf.js",
"lint": "eslint --ext .js,.vue src"
},
"dependencies": {
Expand Down

0 comments on commit a48894e

Please sign in to comment.