Skip to content

fix local development setup #23

Description

@marc-se

Currently, developers are running into an issue with a "wrong" data.json import.

In manager.ts, we import json from "./data.json";, but this file has been removed in https://github.com/digitalegarage/digitalegarage/commit/b883f35ddec0bd6b4f36736950085bf63830d48f

So we need a workflow to add the latest data.json file to the app directory while working locally without holding duplicate files in our git repository.

side note: works in deployment, cause data.json is getting copied from the root into app directory, via COPY data.json app/data/.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions