bolt.new/stackbit.config.ts
2024-12-16 00:12:22 +03:00

9 lines
266 B
TypeScript

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