jonasbuntinx / next-purescript-example

Simple example app using Next.js with Purescript
https://next-purescript-example.netlify.app/
MIT License
66 stars 10 forks source link

question: Why "build" directory #4

Closed dwhitney closed 3 years ago

dwhitney commented 3 years ago

Hey thanks for posting this example! One question - is there some reason to have the purescript compiled to the "build" directory instead of "output". Or is this just your preference?

Thanks!

jonasbuntinx commented 3 years ago

This is due to the IDE setup I am using. You can use 'output' if you want.