fix build
This commit is contained in:
parent
8e6e4380f4
commit
823a49fbec
|
|
@ -19,7 +19,7 @@ function getCanvasFiles() {
|
|||
} else if (dirent.name.endsWith('.html')) {
|
||||
files.push({
|
||||
path: `${base}${dirent.name}`,
|
||||
name: dirent.name,
|
||||
name: `${base}${dirent.name}`,
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
</folk-shape>
|
||||
|
||||
<script type="module">
|
||||
import './src/folk-metronome.ts';
|
||||
import '../src/folk-metronome.ts';
|
||||
import '@labs/standalone/folk-shape.ts';
|
||||
import '@labs/standalone/folk-event-propagator.ts';
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
|
|
@ -88,8 +88,8 @@
|
|||
></folk-event-propagator>
|
||||
|
||||
<script type="module">
|
||||
import { GeoWiki } from './src/geo-wiki.ts';
|
||||
import { FolkWeather } from './src/folk-weather.ts';
|
||||
import { GeoWiki } from '../src/geo-wiki.ts';
|
||||
import { FolkWeather } from '../src/folk-weather.ts';
|
||||
import '@labs/standalone/folk-shape.ts';
|
||||
import { FolkMap } from '@labs/standalone/folk-map.ts';
|
||||
import { FolkCluster } from '@labs/standalone/folk-proximity.ts';
|
||||
|
|
|
|||
Loading…
Reference in New Issue