create-appncy
Advanced tools
Comparing version 1.0.17 to 1.0.18
{ | ||
"name": "create-appncy", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "Create projects as goncy would", | ||
@@ -22,8 +22,8 @@ "main": "index.mjs", | ||
}, | ||
"devDependencies": { | ||
"prettier": "^3.0.3" | ||
}, | ||
"scripts": { | ||
"start": "node index.mjs" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^3.0.3" | ||
} | ||
} | ||
} |
/** @type {import('next').NextConfig} */ | ||
const nextConfig = {}; | ||
const nextConfig = { | ||
logging: { | ||
fetches: { | ||
fullUrl: true, | ||
}, | ||
}, | ||
}; | ||
module.exports = nextConfig; |
{ | ||
"editor.formatOnSave": false, | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": true | ||
} | ||
"typescript.tsdk": "node_modules\\typescript\\lib", | ||
"typescript.enablePromptUseWorkspaceTsdk": true, | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": true | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
465435
65
839