scaffold new structure and packages

This commit is contained in:
Nystik
2026-05-18 22:40:34 +02:00
parent 23306ff68e
commit 64073968d4
8 changed files with 96 additions and 4 deletions

View File

@@ -1,8 +1,12 @@
{
"name": "ignis",
"name": "ignis-monorepo",
"version": "0.8.1",
"private": true,
"description": "An Electron shim and server bridge for running Obsidian in a browser.",
"description": "Monorepo for Ignis: a browser-based Obsidian client. Self-hosted server in apps/ignis-server; shim, UI, and shared libraries in packages/.",
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"build": "node build.js",
"dev:server": "node server/index.js",