This commit is contained in:
SaraJane
2026-01-20 13:01:15 +00:00
parent 4aff5a1e9c
commit b221cdaea3
4 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,2 @@
import app from '../app.js'
export default app

View File

@ -1,2 +0,0 @@
import app from './app.js'
export default app

View File

@ -0,0 +1,3 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/api" }]
}

View File

@ -0,0 +1,3 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}