Compare commits

..

No commits in common. "1f7fdfb3872ed53e39f1905b7b6802c6d3a4234e" and "d171dc31f5c86dce124213570a2f3b8eb2f8da73" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,2 @@
import './style.css'
import './frontend/target/scala-3.2.0/frontend-fastopt/main.js'
// import 'scalajs:main.js'
import 'scalajs:main.js'

View File

@ -3,7 +3,7 @@ export default {
content: [
"./index.html",
"./main.js",
"./frontend/src/**/*.{js,ts,jsx,tsx,scala}",
"./src/**/*.{js,ts,jsx,tsx,scala}",
],
theme: {
extend: {},