add api.js

This commit is contained in:
Rich Harris
2018-05-28 18:04:18 -04:00
parent 8ba57969c2
commit 78be6aa343
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@@ -8,7 +8,6 @@ test/app/app/manifest
test/app/export
test/app/build
sapper
api.js
runtime.js
dist
!rollup.config.js

1
api.js Normal file
View File

@@ -0,0 +1 @@
module.exports = require('./dist/api.ts.js');