Skip to content

Watcher ignores file node related file  #433

@monolithed

Description

@monolithed

Hi,

I noticed that the watcher doesn’t work with .md files.
After every change, I have to delete the .intlayer folder and restart the server.

Here's my code:

import {type Dictionary, t, file, md} from 'intlayer';

const document = file('./document.md');

const pageContent = {
    key: 'legal.company',
    content: t({
        ru: {
            document: md(document)
        }
    })
} satisfies Dictionary;

export default pageContent;

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureA request, idea, or new functionality

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions