This commit is contained in:
longdayi 2024-09-03 11:04:19 +08:00
parent 7e9d488527
commit def41ae8b2
26 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -1,6 +1,6 @@
import React from 'react' import React from 'react'
import ReactDOM from 'react-dom/client' import ReactDOM from 'react-dom/client'
import App from './App.tsx' import App from './App.js'
import './index.css' import './index.css'
ReactDOM.createRoot(document.getElementById('root')!).render( ReactDOM.createRoot(document.getElementById('root')!).render(

View File

@ -15,7 +15,7 @@
"./apps/server/src/*" "./apps/server/src/*"
], ],
"@web/*": [ "@web/*": [
"./apps/web-client/*" "apps/web/*"
] ]
} }
} }