mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2025-12-12 22:06:18 +00:00
feat: enable stricter type checking options
feat: make the app more fault tolerant
This commit is contained in:
@@ -16,11 +16,11 @@ const { homepage, bugs, repository } = JSON.parse(
|
||||
),
|
||||
);
|
||||
|
||||
process.env.VITE_HOMEPAGE_URL = repository.url.replace(/\.git$/, "");
|
||||
process.env.VITE_DOCS_URL = homepage;
|
||||
process.env.VITE_BUGS_URL = bugs.url;
|
||||
process.env.VITE_LEARN_URL = "https://www.iq-eq.io/";
|
||||
process.env.VITE_LATEST_FIRMWARE = "1.1.3";
|
||||
process.env["VITE_HOMEPAGE_URL"] = repository.url.replace(/\.git$/, "");
|
||||
process.env["VITE_DOCS_URL"] = homepage;
|
||||
process.env["VITE_BUGS_URL"] = bugs.url;
|
||||
process.env["VITE_LEARN_URL"] = "https://www.iq-eq.io/";
|
||||
process.env["VITE_LATEST_FIRMWARE"] = "1.1.3";
|
||||
|
||||
export default defineConfig({
|
||||
build: {
|
||||
|
||||
Reference in New Issue
Block a user