Minor updates
This commit is contained in:
parent
0dc3c83c3c
commit
a8b0248b5f
@ -5,7 +5,7 @@
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build_wasm": "wasm-pack build --out-dir ../ihm_client_dev3/pkg ../sdk_client --target bundler --dev",
|
||||
"build_wasm": "wasm-pack build --out-dir ../ihm_client/pkg ../sdk_client --target bundler --dev",
|
||||
"start": "vite --host 0.0.0.0",
|
||||
"build": "tsc && vite build",
|
||||
"deploy": "sudo cp -r dist/* /var/www/html/",
|
||||
|
@ -57,7 +57,7 @@ export default defineConfig({
|
||||
fs: {
|
||||
cachedChecks: false,
|
||||
},
|
||||
port: 3004,
|
||||
port: 3001,
|
||||
proxy: {
|
||||
'/storage': {
|
||||
target: 'https://demo.4nkweb.com',
|
||||
|
Loading…
x
Reference in New Issue
Block a user