I start my local pages development thus:
npx wrangler pages dev --kv=TEST -- npm start
But I want to seed kv TEST local namespace with a few values before my functions are called. Is there a way to do this with a local file (e.g. like .dev.vars) or with command line options on wrangler?