From 78be6aa34382538e2042eca671f3fd4b17ae8174 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 28 May 2018 18:04:18 -0400 Subject: [PATCH] add api.js --- .gitignore | 1 - api.js | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 api.js diff --git a/.gitignore b/.gitignore index 733b0b1..8ac5504 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ test/app/app/manifest test/app/export test/app/build sapper -api.js runtime.js dist !rollup.config.js \ No newline at end of file diff --git a/api.js b/api.js new file mode 100644 index 0000000..9746681 --- /dev/null +++ b/api.js @@ -0,0 +1 @@ +module.exports = require('./dist/api.ts.js'); \ No newline at end of file