Skip to content

Commit b368f97

Browse files
relocate vite example (#31)
* relocate vite example * checkpoint
1 parent a75b6a2 commit b368f97

21 files changed

+3300
-4
lines changed
File renamed without changes.
File renamed without changes.

examples/vite_basic/package-lock.json

Lines changed: 3206 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript/examples/vite_basic/package.json renamed to examples/vite_basic/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
"preinstall": "npx only-allow pnpm"
1212
},
1313
"dependencies": {
14-
"@textcortex/jsondoc": "link:/Users/abrehamgezahegn/Documents/projects/textcortex/JSON-DOC/typescript",
1514
"react": "^19.1.0",
16-
"react-dom": "^19.1.0"
15+
"react-dom": "^19.1.0",
16+
"@textcortex/jsondoc": "file:/Users/abrehamgezahegn/Documents/projects/textcortex/JSON-DOC/typescript"
17+
1718
},
1819
"devDependencies": {
1920
"@eslint/js": "^9.25.0",

typescript/examples/vite_basic/pnpm-lock.yaml renamed to examples/vite_basic/pnpm-lock.yaml

Lines changed: 91 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)