Skip to content

Commit 066f915

Browse files
committed
inline sourcemaps
1 parent 08d13ef commit 066f915

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/index.js.map

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"scripts": {
3-
"build": "esbuild create-turso-db-branch.mjs --bundle --platform=node --sourcemap --outfile=dist/index.js",
3+
"build": "esbuild create-turso-db-branch.mjs --bundle --platform=node --sourcemap=inline --outfile=dist/index.js",
44
"format": "prettier --write .",
55
"lint": "eslint . --ext .cjs",
66
"test": "jest"

0 commit comments

Comments
 (0)