Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
add url to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 15, 2022
1 parent 5f0b23b commit 6e285f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/schema/src/config/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,10 @@ export default <SchemaDefinition>{
* time spent on server-side rendering.
*/
/** @deprecated This option is ignored with Bridge and Nuxt 3 */
timing: (val: any) => val ? ({ total: true, ...val }) : false
timing: (val: any) => val ? ({ total: true, ...val }) : false,

/**
* Listening dev server url
*/
url: 'http://localhost:3000',
}

0 comments on commit 6e285f4

Please sign in to comment.