You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think about auto adding files to meta and found perfect solution. No more handmade file list in meta.
Any handmade added files will same use by scripts, so we can import that files auto.
Expect:
Utils will remove file import line, add Message.txt to meta (with detect right side by script) and copy file to dist.
*If file used by server and client, side detector must detect file as shared.
Now just error: error TSTL: Could not resolve lua source files for require path 'Message.txt' in file src\TypeScriptResource\client.ts
The text was updated successfully, but these errors were encountered:
I think about auto adding files to meta and found perfect solution. No more handmade file list in meta.
Any handmade added files will same use by scripts, so we can import that files auto.
Example:
Expect:
Utils will remove file import line, add
Message.txt
to meta (with detect right side by script) and copy file to dist.*If file used by server and client, side detector must detect file as shared.
Now just error:
error TSTL: Could not resolve lua source files for require path 'Message.txt' in file src\TypeScriptResource\client.ts
The text was updated successfully, but these errors were encountered: