fix: point server 'main' to dist folder (#44)

This commit is contained in:
Brandon Keiji 2025-04-18 16:29:49 -07:00 committed by GitHub
parent 6e4d4fc604
commit e5a50d0154
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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",