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