Added module to package json.
Some checks reported warnings
homepanel/HomePanel/pipeline/head This commit is unstable

This commit is contained in:
Tom Butcher 2026-02-02 00:21:56 +00:00
parent f95f57a4c0
commit 620fecb1d7

View File

@ -1,6 +1,7 @@
{
"name": "home-panel",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"dev": "concurrently \"pnpm --filter @home-panel/server dev\" \"pnpm --filter @home-panel/client dev\"",