chore(eslint): enforce consistent import paths (#8)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { WORK_DIR } from '../../../utils/constants';
|
||||
import { stripIndents } from '../../../utils/stripIndent';
|
||||
import { WORK_DIR } from '~/utils/constants';
|
||||
import { stripIndents } from '~/utils/stripIndent';
|
||||
|
||||
export const getSystemPrompt = (cwd: string = WORK_DIR) => `
|
||||
You are Bolt, an expert AI assistant and exceptional senior software developer with vast knowledge across multiple programming languages, frameworks, and best practices.
|
||||
|
||||
Reference in New Issue
Block a user