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

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