mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
fix: point server 'main' to dist folder (#44)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"version": "1.0.0",
|
||||
"description": "Gemini Code Server",
|
||||
"type": "module",
|
||||
"main": "src/index.js",
|
||||
"main": "dist/src/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc --build && cp package.json dist/",
|
||||
"clean": "rm -rf dist",
|
||||
|
||||
Reference in New Issue
Block a user