Files
vercel/packages/static-config/test/fixtures/invalid-schema.js
Nathan Rajlich d997dc4fbc [static-config] Use "runtime" instead of "use" (#7922)
The static configuration property name has been decided to be `runtime`.

This is a precursor for #7877.
2022-06-06 19:02:32 +00:00

4 lines
41 B
JavaScript

export const config = {
runtime: 0,
};