Replies: 1 comment 1 reply
-
Hi, is your app like this?
Mmm, it's a little strange organization but maybe it could be possible. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My
Program.cs
is located under~/App
and mypackage.json
under~/Client
.I've tried to setup a custom directory by setting
PackageDirectory
in the options but it seems not to work.I've tried
~/Client
~/Client/package.json
../Client
../Client/package.json
Thanks for the great work!
edit: typo
Beta Was this translation helpful? Give feedback.
All reactions