Skip to content
Snippets Groups Projects
Commit 6df3abc1 authored by Matthias Feyll's avatar Matthias Feyll
Browse files

(ui): add dev env script

parent 86786eb2
No related branches found
No related tags found
4 merge requests!1196[renovate] Update module golang.org/x/net to v0.32.0,!1195UI: implement add device functionality,!1167Ui refactor style,!1161Ui refactor style
......@@ -37,7 +37,8 @@
"build::api": "npx @rtk-query/codegen-openapi ./scripts/openapi-config.json",
"build": "yarn build::api && yarn build::frontend",
"lint": "eslint src",
"lint::fix": "eslint src --fix"
"lint::fix": "eslint src --fix",
"dev": "./scripts/dev.sh"
},
"eslintConfig": {
"extends": [
......
#!/usr/bin/env sh
docker run \
-it \
--rm \
-v $(pwd):/app \
-w /app \
-p 127.0.0.1:3000:3000 \
--network gosdn-csbi-arista-base-net \
node:20-alpine3.20 \
npx vite
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment