This commit is contained in:
Sovereignty 2025-06-13 19:20:56 +02:00
parent 62f02bf3ae
commit 51512f0110
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -7,6 +7,7 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
package-lock.json*
node_modules
dist
dist-ssr

View file

@ -1,7 +1,7 @@
{
"name": "chemical-library-docs",
"private": true,
"version": "0.0.0",
"private": false,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",