mirror of
https://github.com/kou029w/jwk.pages.dev.git
synced 2025-01-30 22:08:01 +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",
|
||||
"scripts": {
|
||||
"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": {
|
||||
"@exampledev/new.css": "^1.1.3",
|
||||
|
|
Loading…
Add table
Reference in a new issue