add dev API

This commit is contained in:
Rich Harris
2018-05-23 09:05:24 -04:00
parent 0dbf75f100
commit 1a4bace5f4
11 changed files with 520 additions and 327 deletions

5
src/api.ts Normal file
View File

@@ -0,0 +1,5 @@
import { dev } from './api/dev';
import { build } from './api/build';
import { exporter } from './api/export';
export { dev, build, exporter };