bolt.new/stackbit.config.ts

9 lines
266 B
TypeScript
Raw Normal View History

2024-12-15 21:12:22 +00:00
import { defineStackbitConfig } from '@stackbit/types';
export default defineStackbitConfig({
"stackbitVersion": "~0.6.0",
"nodeVersion": "18",
"ssgName": "custom",
"contentSources": [],
"postInstallCommand": "npm i --no-save @stackbit/types"
})