* switch to esm module * Update package.json * change to maplibre package * fix tests * eslint * remove extra package updates * Delete package-lock.json * change 'fs' to 'node:fs' * put back node 10. without the package updates this still works * remove trailing commas * remove unassociated fix / formatting * remove unassociated fix * remove eslint from this PR * remove unassociated fix * lint * Merge remote-tracking branch 'upstream/master' into esm_update * fix mlgl * update maplibre-native to new version with arm64 * update minor version
10 lines
184 B
JavaScript
10 lines
184 B
JavaScript
'use strict';
|
|
|
|
export const serve_rendered = {
|
|
init: (options, repo) => {
|
|
},
|
|
add: (options, repo, params, id, publicUrl, dataResolver) => {
|
|
},
|
|
remove: (repo, id) => {
|
|
}
|
|
};
|