lemming741@lemmy.world to Programmer Humor@programming.devEnglish · 2 days agoIFS=$'\n'lemmy.worldimagemessage-square49linkfedilinkarrow-up1371arrow-down120file-text
arrow-up1351arrow-down1imageIFS=$'\n'lemmy.worldlemming741@lemmy.world to Programmer Humor@programming.devEnglish · 2 days agomessage-square49linkfedilinkfile-text
minus-squarenotarobot@lemmy.ziplinkfedilinkarrow-up3·edit-216 hours agoI can’t believe I’m mentioning svelte kit file structure twice in like a week. I made an example to show in another comment but when I tried to copy and paste here it escaped Ann the characters, so here is a link https://lemmy.zip/comment/21657580 Edit: I got it. The / at the end are not part of the name, they are just to show that they are folders routes/ +page.ts (admin)/ +page.ts [user=uuid]/ [[community]]/ +page.ts posts/ [...postIds@]/ +page.ts
I can’t believe I’m mentioning svelte kit file structure twice in like a week. I made an example to show in another comment but when I tried to copy and paste here it escaped Ann the characters, so here is a link
https://lemmy.zip/comment/21657580
Edit: I got it. The / at the end are not part of the name, they are just to show that they are folders
routes/ +page.ts (admin)/ +page.ts [user=uuid]/ [[community]]/ +page.ts posts/ [...postIds@]/ +page.ts