Update production URL in webpack configuration

This commit is contained in:
earo.lau 2025-06-24 00:26:36 +08:00
parent 6864ce64ef
commit 1b1c3f7143

View File

@ -5,7 +5,7 @@ const CopyWebpackPlugin = require("copy-webpack-plugin");
const HtmlWebpackPlugin = require("html-webpack-plugin"); const HtmlWebpackPlugin = require("html-webpack-plugin");
const urlDev = "https://localhost:3000/"; const urlDev = "https://localhost:3000/";
const urlProd = "http://addin.earo.top/kelly-report"; // CHANGE THIS TO YOUR PRODUCTION DEPLOYMENT LOCATION const urlProd = "http://8.134.169.66:8080/kelly-report"; // CHANGE THIS TO YOUR PRODUCTION DEPLOYMENT LOCATION
async function getHttpsOptions() { async function getHttpsOptions() {
const httpsOptions = await devCerts.getHttpsServerOptions(); const httpsOptions = await devCerts.getHttpsServerOptions();