summaryrefslogtreecommitdiff
path: root/index.mjs
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-02-24 15:47:19 -0300
committerEuAndreh <eu@euandre.org>2024-02-24 15:47:19 -0300
commitd064f5ba5cc2fa592c0e7566560b05e9c4ed65dc (patch)
treefdc89ddd55c375e9a4ac7021375bfbaf48d2c0e7 /index.mjs
parentsrc/hero.mjs: Add buildServer() (diff)
downloadpapod-d064f5ba5cc2fa592c0e7566560b05e9c4ed65dc.tar.gz
papod-d064f5ba5cc2fa592c0e7566560b05e9c4ed65dc.tar.xz
Normalize how modules import and name each other
Also add a `defaultInterceptors` variable in `src/hero.mjs` to avoid needing to redefine it in every application.
Diffstat (limited to 'index.mjs')
-rw-r--r--index.mjs1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.mjs b/index.mjs
deleted file mode 100644
index 898ccb4..0000000
--- a/index.mjs
+++ /dev/null
@@ -1 +0,0 @@
-export * from "./api.mjs";