test
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
import app from '../app.js'
|
||||
export default app
|
||||
@ -1,2 +0,0 @@
|
||||
import app from './app.js'
|
||||
export default app
|
||||
@ -0,0 +1,3 @@
|
||||
{
|
||||
"rewrites": [{ "source": "/(.*)", "destination": "/api" }]
|
||||
}
|
||||
3
projects/TokenizeRWATemplate-frontend/vercel.json
Normal file
3
projects/TokenizeRWATemplate-frontend/vercel.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
|
||||
}
|
||||
Reference in New Issue
Block a user