diff --git a/.inscode b/.inscode index 70c7853df0c162981ebd7cf119d909c807920531..e5a7a99485f8e193d73ae463e28f68a827709151 100644 --- a/.inscode +++ b/.inscode @@ -1,8 +1,8 @@ -run = "npm i && npm run dev" +run = "npm i && cd sd && python3 -m http.server 8080" [deployment] build = "npm i && npm run build" -run = "npm run preview" +run = "cd sd && python3 -m http.server 8080" [env] PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}" diff --git a/sd b/sd new file mode 160000 index 0000000000000000000000000000000000000000..b002fb47b669cd52abecbf8042f9f5c081bfc861 --- /dev/null +++ b/sd @@ -0,0 +1 @@ +Subproject commit b002fb47b669cd52abecbf8042f9f5c081bfc861