From 54bbc06bd84437c6b38e2f6c57060f21a8318720 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 19 Feb 2023 14:08:33 +0100 Subject: . --- sanity/sanity.cli.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sanity/sanity.cli.ts') diff --git a/sanity/sanity.cli.ts b/sanity/sanity.cli.ts index d4f037d..290d8cd 100644 --- a/sanity/sanity.cli.ts +++ b/sanity/sanity.cli.ts @@ -1,8 +1,8 @@ -import { defineCliConfig } from 'sanity/cli' +import {defineCliConfig} from "sanity/cli"; export default defineCliConfig({ api: { projectId: process.env.SANITY_STUDIO_API_PROJECT_ID ?? "", dataset: process.env.SANITY_STUDIO_API_DATASET ?? "", - } -}) \ No newline at end of file + }, +}); -- cgit v1.3