mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-05 20:46:43 +00:00
9 lines
266 B
TypeScript
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"
|
|
}) |