fix(nuxt3): added missing dev to process shims (#1084)

This commit is contained in:
nandi95 2021-10-18 09:06:31 +01:00 committed by GitHub
parent 9592967eee
commit 70f1483f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ declare global {
interface Process { interface Process {
browser: boolean browser: boolean
client: boolean client: boolean
dev: boolean
mode: 'spa' | 'universal' mode: 'spa' | 'universal'
server: boolean server: boolean
static: boolean static: boolean