Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit c5f4bb7

Browse files
committed
fix: include src for source maps
1 parent 7be73b7 commit c5f4bb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"license": "MIT",
1212
"author": "Supabase",
1313
"files": [
14-
"dist"
14+
"dist",
15+
"src"
1516
],
1617
"main": "dist/main/index.js",
1718
"module": "dist/module/index.js",

0 commit comments

Comments
 (0)