diff --git a/.inscode b/.inscode new file mode 100644 index 0000000000000000000000000000000000000000..82a59bea4b06a5fee1589971c8773fac8a2a71f9 --- /dev/null +++ b/.inscode @@ -0,0 +1,14 @@ +run = "npm i && npm run dev" +language = "node" + +[deployment] +build = "npm i --registry=https://registry.npmmirror.com" +run = "npm run build-sw && npm run preview" + +[env] +PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}" +XDG_CONFIG_HOME = "/root/.config" +npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global" + +[debugger] +program = "main.js"