Files
react/fixtures/flight/server/package.json
Sebastian Markbåge 565148d751 Disallow *.server.js imports from any other files (#20309)
This convention ensures that you can declare that you intend for a file
to only be used on the server (even if it technically might resolve
on the client).
2020-11-30 14:25:56 -08:00

5 lines
54 B
JSON

{
"type": "commonjs",
"main": "./cli.server.js"
}