mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
using vite for static bundling to solve external package's react resolution
This commit is contained in:
@@ -11,7 +11,8 @@ export interface DB {}
|
||||
export const config = {
|
||||
server: {
|
||||
default_port: 1337,
|
||||
assets_path: "/assets/"
|
||||
// resetted to root for now, bc bundling with vite
|
||||
assets_path: "/"
|
||||
},
|
||||
data: {
|
||||
default_primary_field: "id"
|
||||
|
||||
Reference in New Issue
Block a user