We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
and when i run exact command in teriminal it's working fine
dart compile js -O4 --no-frequency-based-minification --server-mode -o /home/rr-reddy/StudioProjects/milkman_edge_project/supabase/functions/task1/main.dart.js /home/rr-reddy/StudioProjects/milkman_edge_project/lib/task1.dart
serving edge functions in supabase is also not wokring
Small workaround is adding dart command with full path as below ( line no: 7)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
and when i run exact command in teriminal it's working fine
dart compile js -O4 --no-frequency-based-minification --server-mode -o /home/rr-reddy/StudioProjects/milkman_edge_project/supabase/functions/task1/main.dart.js /home/rr-reddy/StudioProjects/milkman_edge_project/lib/task1.dart
serving edge functions in supabase is also not wokring
Small workaround is adding dart command with full path as below ( line no: 7)
The text was updated successfully, but these errors were encountered: