Minor updates

This commit is contained in:
omaroughriss 2025-07-02 15:39:51 +02:00
parent 0dc3c83c3c
commit a8b0248b5f
2 changed files with 2 additions and 2 deletions

View File

@ -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/",

View File

@ -57,7 +57,7 @@ export default defineConfig({
fs: {
cachedChecks: false,
},
port: 3004,
port: 3001,
proxy: {
'/storage': {
target: 'https://demo.4nkweb.com',