debug...
This commit is contained in:
parent
85e0a92b31
commit
1a9529d9fc
16
.vscode/launch.json
vendored
Normal file
16
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "Launch Brave against localhost",
|
||||||
|
"type": "chrome",
|
||||||
|
"request": "launch",
|
||||||
|
"url": "http://localhost:3000",
|
||||||
|
"webRoot": "${workspaceFolder}/src",
|
||||||
|
"sourceMaps": true,
|
||||||
|
"trace": true,
|
||||||
|
"runtimeExecutable": "/Applications/Brave Browser.app/Contents/MacOS/Brave Browser"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -30,11 +30,12 @@ export default defineConfig({
|
||||||
https: true
|
https: true
|
||||||
},
|
},
|
||||||
devOverlay: true,
|
devOverlay: true,
|
||||||
build: {
|
|
||||||
chunkSizeWarningLimit: 1024,
|
|
||||||
target: 'esnext'
|
|
||||||
},
|
|
||||||
vite: {
|
vite: {
|
||||||
|
build: {
|
||||||
|
sourcemap: true,
|
||||||
|
chunkSizeWarningLimit: 1024,
|
||||||
|
target: 'esnext'
|
||||||
|
},
|
||||||
envPrefix: 'PUBLIC_',
|
envPrefix: 'PUBLIC_',
|
||||||
plugins: [!isVercel && mkcert(), nodePolyfills(polyfillOptions), sassDts()],
|
plugins: [!isVercel && mkcert(), nodePolyfills(polyfillOptions), sassDts()],
|
||||||
css: {
|
css: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user