mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-01 23:42:33 +03:00
This commit is contained in:
parent
e1d6a6e644
commit
4de8577a48
@ -29,7 +29,7 @@ const svelte: Recipe = {
|
||||
configUpdate: ({ cfg, packageManager }) => ({
|
||||
...cfg,
|
||||
distDir: `../public`,
|
||||
devPath: 'http://localhost:5000',
|
||||
devPath: 'http://localhost:8080',
|
||||
beforeDevCommand: `${
|
||||
packageManager === 'npm' ? 'npm run' : packageManager
|
||||
} dev`,
|
||||
|
Loading…
Reference in New Issue
Block a user