@vercel/express 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -177,7 +177,8 @@ var startDevServer = async (opts) => {
|
|
|
177
177
|
process.env.EXPERIMENTAL_NODE_TYPESCRIPT_ERRORS = "1";
|
|
178
178
|
return (0, import_node2.startDevServer)({
|
|
179
179
|
...opts,
|
|
180
|
-
entrypoint
|
|
180
|
+
entrypoint,
|
|
181
|
+
publicDir: "public"
|
|
181
182
|
});
|
|
182
183
|
};
|
|
183
184
|
// Annotate the CommonJS export names for ESM import in node:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/express",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.14",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"homepage": "https://vercel.com/docs",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@vercel/static-config": "3.1.2",
|
|
21
|
-
"@vercel/node": "5.3.
|
|
21
|
+
"@vercel/node": "5.3.21",
|
|
22
22
|
"ts-morph": "12.0.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|