mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 12:57:47 +00:00
The static configuration property name has been decided to be `runtime`. This is a precursor for #7877.
4 lines
41 B
JavaScript
4 lines
41 B
JavaScript
export const config = {
|
|
runtime: 0,
|
|
};
|