First TS builds
This commit is contained in:
parent
eb0992f28d
commit
9192dae0b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -90,7 +90,6 @@ out
|
|||||||
|
|
||||||
# Nuxt.js build / generate output
|
# Nuxt.js build / generate output
|
||||||
.nuxt
|
.nuxt
|
||||||
dist
|
|
||||||
|
|
||||||
# Gatsby files
|
# Gatsby files
|
||||||
.cache/
|
.cache/
|
||||||
|
27
dist/cjs/index.js
vendored
Normal file
27
dist/cjs/index.js
vendored
Normal file
File diff suppressed because one or more lines are too long
42558
dist/index.js
vendored
Normal file
42558
dist/index.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -8,8 +8,10 @@
|
|||||||
"dsql-dump": "dist/engine/dump.js"
|
"dsql-dump": "dist/engine/dump.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "bun build ./index.ts --outdir ./dist --target node --format esm",
|
"build": "bun build ./index.ts --outdir ./dist --target node --splitting --minify",
|
||||||
"dev": "bun build ./index.ts --outdir ./dist --target node --format esm --watch"
|
"build:cjs": "bun build ./index.ts --outdir ./dist/cjs --target node --format cjs --splitting --minify",
|
||||||
|
"build:esm": "bun build ./index.ts --outdir ./dist/esm --target node --format esm --splitting --minify",
|
||||||
|
"dev": "bun build ./index.ts --outdir ./dist --target node --splitting --minify --watch"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user