aboutsummaryrefslogtreecommitdiff
path: root/vfd-dashboard/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'vfd-dashboard/build.sbt')
-rw-r--r--vfd-dashboard/build.sbt8
1 files changed, 8 insertions, 0 deletions
diff --git a/vfd-dashboard/build.sbt b/vfd-dashboard/build.sbt
new file mode 100644
index 0000000..31b502d
--- /dev/null
+++ b/vfd-dashboard/build.sbt
@@ -0,0 +1,8 @@
+import vfd.{ScalaJS, VfdBuild}
+
+enablePlugins(ScalaJSPlugin)
+enablePlugins(ScalaJSPlay)
+
+VfdBuild.defaultSettings
+
+ScalaJS.settings