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

View file

@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"description": "Gemini Code Server", "description": "Gemini Code Server",
"type": "module", "type": "module",
"main": "src/index.js", "main": "dist/src/index.js",
"scripts": { "scripts": {
"build": "tsc --build && cp package.json dist/", "build": "tsc --build && cp package.json dist/",
"clean": "rm -rf dist", "clean": "rm -rf dist",