Project Structure and Routing
src
source files of the appsrc\pages
are pagesastro.config.mjs
are the settings for the projectpublic
is public to the worldnode_modules
for npm packages. Do not version control.gitignore
for git settings
Last updated