add turborepo
This commit is contained in:
17
apps/id.saladeaula.digital/app/routes.ts
Normal file
17
apps/id.saladeaula.digital/app/routes.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import {
|
||||
index,
|
||||
layout,
|
||||
route,
|
||||
type RouteConfig
|
||||
} from '@react-router/dev/routes'
|
||||
|
||||
export default [
|
||||
layout('routes/layout.tsx', [
|
||||
index('routes/index.tsx'),
|
||||
route('/signup', 'routes/signup.tsx'),
|
||||
route('/forgot', 'routes/forgot.tsx'),
|
||||
route('/deny', 'routes/deny.tsx')
|
||||
]),
|
||||
route('/authorize', 'routes/authorize.ts'),
|
||||
route('/*', 'routes/upstream.ts')
|
||||
] satisfies RouteConfig
|
||||
Reference in New Issue
Block a user