hack to fix Vite loading

for some reason I was getting error:
Failed to load url 	/home/enefedov/Documents/personal/planning-poker-grargh/common/.js/target/scala-3.2.0/common-fastopt/main.js (resolved id: 	/home/enefedov/Documents/personal/planning-poker-grargh/common/.js/target/scala-3.2.0/common-fastopt/main.js) in /home/enefedov/Documents/personal/planning-poker-grargh/main.js. Does the file exist?
This commit is contained in:
efim 2023-04-23 18:06:37 +04:00
parent d171dc31f5
commit fe4fe8a51d
1 changed files with 2 additions and 1 deletions

View File

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