Fix typos pointing to wrong files

This commit is contained in:
Eric Eastwood 2022-02-26 03:08:16 -06:00
parent cd007b40e1
commit 8fb2b2755a
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
},
"./paths/vite": "./paths/vite.js",
"./style.css": "./asset-build/assets/index.css",
"./main.js": "./asset-build/assets/download-sandbox.html",
"./main.js": "./asset-build/assets/main.js",
"./download-sandbox.html": "./asset-build/assets/download-sandbox.html",
"./assets/*": "./asset-build/assets/*"
},

View File

@ -3,7 +3,7 @@ const mergeOptions = require('merge-options');
const commonOptions = require("./vite.common-config.js");
const pathsToExport = [
"index.js",
"main.js",
"index.css",
"download-sandbox.html"
];