mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-26 12:39:22 +00:00
16 lines
442 B
Plaintext
16 lines
442 B
Plaintext
# jsr registry should not be edited or removed
|
|
.npmrc
|
|
|
|
# vite client types are needed
|
|
src/vite-env.d.ts
|
|
|
|
# tsconfig is stable and working correctly, so should not be edited
|
|
tsconfig.json
|
|
tsconfig.app.json
|
|
tsconfig.node.json
|
|
|
|
# postcss config for Tailwind is stable and working correctly, so should not be edited unless upgrading Tailwind to v4
|
|
postcss.config.js
|
|
|
|
# vite config is stable and usually should not need to be edited
|
|
vite.config.ts |