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* pnpm-debug.log*
lerna-debug.log* lerna-debug.log*
package-lock.json*
node_modules node_modules
dist dist
dist-ssr dist-ssr

View file

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