Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing resource folder when using adonis in api mode #1

Open
rbartholomay opened this issue Mar 26, 2024 · 0 comments
Open

missing resource folder when using adonis in api mode #1

rbartholomay opened this issue Mar 26, 2024 · 0 comments

Comments

@rbartholomay
Copy link

Description

I use Adonis6 with the api starter kit. When i build the application the build-directory is missing the resource folder.

Package version

"@bitkidd/adonisjs-credentials": "^2.0.0",

Error Message & Stack Trace

missing files...

Relevant Information

Solution:

I add the following lines in adonisrc.ts :

  metaFiles: [
    {
      pattern: 'resources/credentials/*.credentials',
      reloadServer: false,
    },
  ],

and there is a small typo in the docu:

node ace credentials:edit --editor="code ---wait" --env=development    //  --- wait should be --wait

Bye, René

(thank you for your work!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant