Disable auto-updates and add .dockerignore

This commit is contained in:
Brendon Heinst 2026-02-24 14:37:50 +01:00
parent 6d1412bebd
commit 691c08629d
2 changed files with 6 additions and 1 deletions

5
.dockerignore Normal file
View file

@ -0,0 +1,5 @@
.git
.sanity
dist
node_modules
.DS_Store

View file

@ -10,6 +10,6 @@ export default defineCliConfig({
* Enable auto-updates for studios. < * Enable auto-updates for studios. <
* Learn more at https://www.sanity.io/docs/cli#auto-updates * Learn more at https://www.sanity.io/docs/cli#auto-updates
*/ */
autoUpdates: true, autoUpdates: false,
}, },
}) })