Update 'package.json'

This commit is contained in:
nodemixaholic 2024-03-15 22:58:31 +00:00
parent e690c88800
commit 1051fe567c

View file

@ -10,8 +10,8 @@
"main": "index.mjs", "main": "index.mjs",
"type": "module", "type": "module",
"scripts": { "scripts": {
"windows": "npm i && cls && node index.mjs", "windows": "ollama pull codellama && npm i && cls && node index.mjs",
"nix": "npm i; clear; node index.mjs" "nix": "ollama pull codellama; npm i; clear; node index.mjs"
}, },
"repository": { "repository": {
"type": "git", "type": "git",