mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 16:46:00 +00:00
added format command and added trailing commas to reduce conflicts
This commit is contained in:
@@ -8,7 +8,7 @@ export const devServerConfig = {
|
||||
/^\/@.+$/,
|
||||
/\/components.*?\.json.*/, // @todo: improve
|
||||
/^\/(public|assets|static)\/.+/,
|
||||
/^\/node_modules\/.*/
|
||||
/^\/node_modules\/.*/,
|
||||
] as any,
|
||||
injectClientScript: false
|
||||
injectClientScript: false,
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user