I believe running in IDEA uses `./gradlew run`. W...
# contributing
y
I believe running in IDEA uses
./gradlew run
. When I run this at the command line, I get the same error. However,
java -classpath "./core/*:./plugin-interface/*" io.supertokens.Main ./ DEV
seems to work because it specifies
./plugin-interface/*
in the classpath