chore: remove old code

This commit is contained in:
Daniel Roe 2024-03-16 11:05:42 -07:00
parent 205d0e2fa5
commit 79ea75e72a
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -232,11 +232,6 @@ export default defineUntypedSchema({
*/
appManifest: true,
// This is enabled when `experimental.payloadExtraction` is set to `true`.
// appManifest: {
// $resolve: (val, get) => val ?? get('experimental.payloadExtraction')
// },
/**
* Set an alternative watcher that will be used as the watching service for Nuxt.
*