srg-kostyrko / obsidian-journal

MIT License
96 stars 7 forks source link

build errors after latest changes #1

Closed gapmiss closed 8 months ago

gapmiss commented 8 months ago

Greetings~

I am getting errors trying to build using nom run dev

> obsidian-journal@0.1.0 dev
> node esbuild.config.mjs

✘ [ERROR] Could not resolve "./contracts/config.types"

    src/settings/journal-settings.ts:9:35:
      9 │ import { sectionGranularity } from "./contracts/config.types";
        ╵                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~

1 error

Debug info:

SYSTEM INFO:
    Obsidian version: v1.5.1
    Installer version: v1.4.13
    Operating system: Darwin Kernel Version 21.6.0: Wed Oct  4 23:55:28 PDT 2023; root:xnu-8020.240.18.704.15~1/RELEASE_X86_64 21.6.0

Thank you.

srg-kostyrko commented 8 months ago

oh I did not think that anyone is using this already as I'm yet to release plugin and left errors unattended this is fixed now

gapmiss commented 8 months ago

No worries ... thank you.