mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
add support for libcurl and epoxy
This commit is contained in:
parent
9f2ad08edf
commit
0a2e652ae1
6 changed files with 445 additions and 3 deletions
|
@ -27,6 +27,14 @@ const devServer = createServer({
|
|||
from: ["./node_modules/@mercuryworkshop/bare-as-module3/dist/bare.cjs"],
|
||||
to: ["./static/bare-client.js"],
|
||||
},
|
||||
{
|
||||
from: ["./node_modules/@mercuryworkshop/libcurl-transport/dist/index.cjs"],
|
||||
to: ["./static/curl-client.js"],
|
||||
},
|
||||
{
|
||||
from: ["./node_modules/@mercuryworkshop/epoxy-transport/dist/index.js"],
|
||||
to: ["./static/epoxy-client.js"],
|
||||
},
|
||||
{
|
||||
from: ["./dist/*"],
|
||||
to: ["./static"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue