DEV Community

nigel447
nigel447

Posted on

2 1

run dart-frog in intellij

As a dartlang enthusiast I am sharing a setup to run the dartfrog development server in Intellij.

There is a dart-frog VSCode extension sadly while Intellij has a good dart plugin I struggled to create runtime configs, I did not want to have to run the dartfrog cli in a separate terminal. Using the Intellij default ant plugin I was able to easily set up a dev mode run config looks like this

<project name="secure-context" default="run_dev" basedir=".">
    <target name="run_dev">
        <exec executable="dart_frog">
        <arg value="dev" />
        </exec>
    </target>
</project>
Enter fullscreen mode Exit fullscreen mode
  1. copy this into a file called build.xml in project root dir
  2. with the ant plugin Intellij will prompt you to add it as a runtime build
  3. double click on the task run_dev and the dart frog dev server will boot.

build setup

Image of Timescale

🚀 pgai Vectorizer: SQLAlchemy and LiteLLM Make Vector Search Simple

We built pgai Vectorizer to simplify embedding management for AI applications—without needing a separate database or complex infrastructure. Since launch, developers have created over 3,000 vectorizers on Timescale Cloud, with many more self-hosted.

Read full post →

Top comments (0)

Sentry growth stunted Image

If you are wasting time trying to track down the cause of a crash, it’s time for a better solution. Get your crash rates to zero (or close to zero as possible) with less time and effort.

Try Sentry for more visibility into crashes, better workflow tools, and customizable alerts and reporting.

Switch Tools