mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-06-20 04:48:30 -06:00
PR-753737: Cambiando la carpeta src a client y moviendo todo a una carpeta dentro de client llamada src.
This commit is contained in:
10
client/.eslintignore
Normal file
10
client/.eslintignore
Normal file
@ -0,0 +1,10 @@
|
||||
#Build
|
||||
build
|
||||
#Webpack
|
||||
webpack.config.js
|
||||
webpack.config.dev.js
|
||||
#Server
|
||||
/server/index.js
|
||||
#Service Worker
|
||||
service-worker.js
|
||||
serviceWorkerRegistration.ts
|
Reference in New Issue
Block a user