aws/cf depend on js/index instead of dist

This commit is contained in:
Brandon Liu
2022-11-18 22:15:41 +08:00
parent 4f0292ff91
commit 9fd1d39ab5
3 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
declare const L: any;
declare const window: any;
declare const document: any;
import { PMTiles, Source, TileType } from "./index";
export const leafletRasterLayer = (source: PMTiles, options: any) => {