Fix: Remove unneeded paths from main.js
This commit is contained in:
parent
18b4b0d6fc
commit
5eb98f0bee
1 changed files with 0 additions and 5 deletions
|
@ -109,9 +109,6 @@ const startWithInputFile = async (inputFile) => {
|
||||||
'../node_modules/tileserver-gl-styles/',
|
'../node_modules/tileserver-gl-styles/',
|
||||||
);
|
);
|
||||||
|
|
||||||
const filesDir = path.resolve(__dirname, '../public/files');
|
|
||||||
const iconsDir = path.resolve(__dirname, '../public/resources/images');
|
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
options: {
|
options: {
|
||||||
paths: {
|
paths: {
|
||||||
|
@ -120,8 +117,6 @@ const startWithInputFile = async (inputFile) => {
|
||||||
styles: 'styles',
|
styles: 'styles',
|
||||||
mbtiles: inputFilePath,
|
mbtiles: inputFilePath,
|
||||||
pmtiles: inputFilePath,
|
pmtiles: inputFilePath,
|
||||||
icons: iconsDir,
|
|
||||||
files: filesDir,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
styles: {},
|
styles: {},
|
||||||
|
|
Loading…
Reference in a new issue