There was an error while loading. Please reload this page.
1 parent fd886be commit bbc052aCopy full SHA for bbc052a
‎package.json‎
@@ -26,8 +26,8 @@
26
"files": [
27
"app"
28
],
29
- "main": "dist/index.js",
30
- "module": "dist/index.js",
+ "main": "app/index.js",
+ "module": "app/index.js",
31
"scripts": {
32
"build": "npm run clean && npm run lint && npm run ts -- -p ./tsconfig.json",
33
"build:prod": "npm run clean && npm run lint:prod && npm run ts -- -p ./tsconfig.prod.json",
0 commit comments