We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d311992 commit a6769f9Copy full SHA for a6769f9
examples/shnippet-demo/shnippet.config.ts
@@ -1,6 +1,6 @@
1
export const config = {
2
rootDirectory: './tests',
3
- snippetOutputDirectory: './snippets',
+ snippetOutputDirectory: './public/snippets',
4
fileExtensions: ['.ts', '.py'],
5
exclude: [],
6
snippetTags: {
examples/shnippet-demo/src/App.tsx
@@ -1,7 +1,7 @@
import { useEffect, useState } from 'react';
import './App.css';
import { snippetManager } from 'shnippet';
-import type { SnippetName } from '../snippets/gen-types';
+import type { SnippetName } from '../public/snippets/gen-types';
import type { SnippetResult } from 'shnippet';
import { SnippetCard } from './components/SnippetCard';
7
0 commit comments