mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 08:30:39 +00:00
5433dde6d7
This extensions brings back the dev-socket functionality, which is really important when testing things like broadcast, alarms, events, etc ; it saves a lot of time if you can invoke a command directly to the backend. This is an optional extension that will not be included in production deployments. This is for development purposes only.
8 lines
223 B
JSON
8 lines
223 B
JSON
{
|
|
"name": "@heyputer/extension-dev-console",
|
|
"version": "1.0.0",
|
|
"description": "Dev socket for running backend commands locally (opt-in via DEVCONSOLE=1)",
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"private": true
|
|
} |