mirror of
https://github.com/kou029w/jwk.pages.dev.git
synced 2025-01-31 06:18:06 +00:00
use outdir
This commit is contained in:
parent
0e121ab97b
commit
141a8a2248
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "esbuild --bundle --loader:.html=copy --outdir=dist src/*",
|
"build": "esbuild --bundle --loader:.html=copy --outdir=dist src/*",
|
||||||
"start": "esbuild --bundle --loader:.html=copy --servedir=src src/*"
|
"start": "esbuild --bundle --loader:.html=copy --outdir=dist --servedir=dist src/*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@exampledev/new.css": "^1.1.3",
|
"@exampledev/new.css": "^1.1.3",
|
||||||
|
|
Loading…
Add table
Reference in a new issue